diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-12-19 18:13:53 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-12-19 18:13:53 +0100 |
| commit | 52679f9853fd56358dd57e9bfcd8ff6533400cf2 (patch) | |
| tree | 3e24339822182a1ff8e665d56ec215b15c8c4e3a /docs/transient.texi | |
| parent | 042f37aa66e1b43afab8d0cf751da8b5c52f5282 (diff) | |
transient-toggle-docstrings: New command
Diffstat (limited to 'docs/transient.texi')
| -rw-r--r-- | docs/transient.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/transient.texi b/docs/transient.texi index 52259d1..1ff4d6f 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -594,6 +594,15 @@ This command copies the contents of the menu buffer to the kill ring. @end deffn +@deffn Command transient-toggle-docstrings +This command toggle between showing suffix descriptions in the menu +(as usual) or showing the first lines of the respective docstrings +in their place. For commands that do not have a docstring, always +display the suffix description. Because there likely isn't enough +room to display multiple docstrings side-by-side, a single column +is used when displaying docstrings. +@end deffn + @node Configuration @section Configuration |
