diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-02-23 10:45:54 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-02-23 10:45:54 +0100 |
| commit | ef2e69369d86acd904a2690db2f44f85e3eebd7e (patch) | |
| tree | ec697ac57bc2cfc615efca38aa4b82ec7286f7ec /lisp | |
| parent | d2afeae40842d451342e3c6ed20daf319a1bba91 (diff) | |
manual: Improve Accessibility Options node
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/transient.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/transient.el b/lisp/transient.el index e9daba5..b0bcf92 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -216,8 +216,8 @@ is useful for blind users, who use a braille or audio output device." When this is non-nil, then the menu buffer begins with a short description. Ideally this is a string written exactly for that purpose, but because this is a new feature, most menu commands -do not provide that yet. In that case the first line of its -docstring is used as fallback. If the value is `docstring', +do not provide that yet. In that case the first line of the prefix +command's docstring is used as fallback. If the value is `docstring', then the docstring is used even if a description is available." :package-version '(transient . "0.13.0") :group 'transient |
