mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Mention 'C-h' in echo for unfinished commands
* etc/NEWS: Mention it here. * lisp/cus-start.el (standard): Add type and version for it. * src/keyboard.c (echo-keystrokes-help): New user option (https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00174.html). * src/keyboard.c (echo_dash): Use it.
This commit is contained in:
parent
2ecaa60f05
commit
f444786e58
3 changed files with 17 additions and 0 deletions
|
|
@ -371,6 +371,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
|
|||
(auto-save-timeout auto-save (choice (const :tag "off" nil)
|
||||
(integer :format "%v")))
|
||||
(echo-keystrokes minibuffer number)
|
||||
(echo-keystrokes-help minibuffer boolean "30.1")
|
||||
(polling-period keyboard float)
|
||||
(double-click-time mouse (restricted-sexp
|
||||
:match-alternatives (integerp 'nil 't)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue