]> git.eshelyaron.com Git - emacs.git/commit
Mention 'C-h' in echo for unfinished commands
authorDmitry Gutov <dmitry@gutov.dev>
Wed, 7 Feb 2024 19:50:37 +0000 (21:50 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 7 Feb 2024 20:32:35 +0000 (21:32 +0100)
commit9b77cc0711e23cc840fb99af48ce94c8239ed3b4
tree992dd239765fff5055e2566a8357be59a9e6822c
parent0095f9f49793a98fc702123694b9b71ba8ce4c7c
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.

(cherry picked from commit f444786e58737a4ae6071957dfc60075bbd96edc)
etc/NEWS
lisp/cus-start.el
src/keyboard.c