summaryrefslogtreecommitdiff
path: root/docs/transient.texi
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-12-19 18:13:53 +0100
committerJonas Bernoulli <jonas@bernoul.li>2024-12-19 18:13:53 +0100
commit52679f9853fd56358dd57e9bfcd8ff6533400cf2 (patch)
tree3e24339822182a1ff8e665d56ec215b15c8c4e3a /docs/transient.texi
parent042f37aa66e1b43afab8d0cf751da8b5c52f5282 (diff)
transient-toggle-docstrings: New command
Diffstat (limited to 'docs/transient.texi')
-rw-r--r--docs/transient.texi9
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