; Improve documentation of 'echo-keystrokes-help'

* doc/emacs/display.texi (Display Custom): Document
'echo-keystrokes-help'.

* etc/NEWS: Mark the 'echo-keystrokes-help' entry documented.
This commit is contained in:
Eli Zaretskii 2024-02-08 08:56:42 +02:00
parent a48cf0c94c
commit d6c7092ff0
2 changed files with 9 additions and 1 deletions

View file

@ -2210,6 +2210,13 @@ keys; its value is the number of seconds of pause required to cause echoing
to start, or zero, meaning don't echo at all. The value takes effect when
there is something to echo. @xref{Echo Area}.
@vindex echo-keystrokes-help
If the variable @code{echo-keystrokes-help} is non-@code{nil} (the
default), the multi-character key sequence echo shown according to
@code{echo-keystrokes} will include a short help text about keys which
will invoke @code{describe-prefix-bindings} (@pxref{Misc Help}) to show
the list of commands for the prefix you already typed.
@cindex mouse pointer
@cindex hourglass pointer display
@vindex display-hourglass

View file

@ -307,7 +307,8 @@ between the auto save file and the current file.
** 'ffap-lax-url' now defaults to nil.
Previously, it was set to t but this broke remote file name detection.
** Unfinished commands' echo now ends with a suggestion to use Help.
+++
** Multi-character key echo now ends with a suggestion to use Help.
Customize 'echo-keystrokes-help' to nil to prevent that.