branch: externals/transient
commit 935d5f1bb10438e16484bdefd295196e3f78bfba
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    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 bbab4a291e..4f232e695d 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 c763159565..e2baf0f827 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 b4c8f3a63e..22584f32e4 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)

Reply via email to