From 935d5f1bb10438e16484bdefd295196e3f78bfba Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Tue, 3 Mar 2026 20:40:57 +0100 Subject: manual: Use term visually impaired where appropriate --- docs/transient.org | 6 +++--- docs/transient.texi | 6 +++--- 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) -- cgit v1.0