diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-03-03 20:40:57 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-03-03 20:40:57 +0100 |
| commit | 935d5f1bb10438e16484bdefd295196e3f78bfba (patch) | |
| tree | e925751ba82010d5dd3a3a1891d41b94ec2a629f | |
| parent | f5c9e1962e6218c3630fa51f7329d50210b473ab (diff) | |
manual: Use term visually impaired where appropriate
| -rw-r--r-- | docs/transient.org | 6 | ||||
| -rw-r--r-- | docs/transient.texi | 6 | ||||
| -rw-r--r-- | lisp/transient.el | 3 |
3 files changed, 8 insertions, 7 deletions
diff --git a/docs/transient.org b/docs/transient.org index bbab4a2..4f232e6 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -683,9 +683,9 @@ Two more essential options are documented in [[* Common Suffix Commands]]. :UNNUMBERED: notoc :END: -For blind users I recommend the following configuration. If you -need more guidance or would like to share your experience, please -don't hesitate to contact me. +For visually impaired users I recommend the following configuration. +If you need more guidance or would like to share your experience, +please don't hesitate to contact me. #+begin_src emacs-lisp (setopt transient-enable-menu-navigation 'verbose) ; the default diff --git a/docs/transient.texi b/docs/transient.texi index c763159..e2baf0f 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -838,9 +838,9 @@ when creating a new prefix with @code{transient-define-prefix}. @anchor{Accessibility Options} @subheading Accessibility Options -For blind users I recommend the following configuration. If you -need more guidance or would like to share your experience, please -don't hesitate to contact me. +For visually impaired users I recommend the following configuration. +If you need more guidance or would like to share your experience, +please don't hesitate to contact me. @lisp (setopt transient-enable-menu-navigation 'verbose) ; the default diff --git a/lisp/transient.el b/lisp/transient.el index b4c8f3a..22584f3 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -218,7 +218,8 @@ If `transient-enable-menu-navigation' is non-nil, which it is by default, then \\[transient-backward-button] and \\[transient-forward-button] move \ from suffix to suffix. When this option is non-nil as well, then they additionally stop at group descriptions. This -is useful for blind users, who use a braille or audio output device." +is useful for visually impaired users, who use a braille or audio output +device." :package-version '(transient . "0.13.0") :group 'transient :type 'boolean) |
