summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2026-01-13 16:49:29 +0100
committerJonas Bernoulli <jonas@bernoul.li>2026-01-13 16:49:29 +0100
commit5d6bc1dd8152037fb11058d6193147bf87c15ac8 (patch)
tree8d81b7d3c2f96fee8ba721e4c9e2267e675783e8
parentc9f8f39822150df81056cbbf25d9307540294892 (diff)
transient-force-single-column: Improve documentation
-rw-r--r--docs/transient.org3
-rw-r--r--docs/transient.texi3
-rw-r--r--lisp/transient.el6
3 files changed, 8 insertions, 4 deletions
diff --git a/docs/transient.org b/docs/transient.org
index c03ad48..a0ef876 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -709,7 +709,8 @@ text at point, to be run when a transient menu is active, for example:
This option controls whether the use of a single column to display
suffixes is enforced. This might be useful for users with low
vision who use large text and might otherwise have to scroll in two
- dimensions.
+ dimensions. This is also useful for blind users, because it causes
+ suffixes to be navigated in a more natural order.
- User Option: transient-navigate-to-group-descriptions ::
diff --git a/docs/transient.texi b/docs/transient.texi
index 1016752..c430638 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -862,7 +862,8 @@ the cursor in the menu. See @code{transient-enable-menu-navigation}.
This option controls whether the use of a single column to display
suffixes is enforced. This might be useful for users with low
vision who use large text and might otherwise have to scroll in two
-dimensions.
+dimensions. This is also useful for blind users, because it causes
+suffixes to be navigated in a more natural order.
@end defopt
@defopt transient-navigate-to-group-descriptions
diff --git a/lisp/transient.el b/lisp/transient.el
index 82dc6ca..c0b8219 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -523,8 +523,10 @@ See also `transient-align-variable-pitch'."
(defcustom transient-force-single-column nil
"Whether to force use of a single column to display suffixes.
-This might be useful for users with low vision who use large
-text and might otherwise have to scroll in two dimensions."
+This might be useful for users with low vision who use large text
+and might otherwise have to scroll in two dimensions. This is also
+useful for blind users, because it causes suffixes to be navigated
+in a more natural order."
:package-version '(transient . "0.3.6")
:group 'transient
:type 'boolean)