mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Make the describe-key prompts clearer
* lisp/help.el (describe-key-briefly): Make the prompt clearer (bug#14854). (describe-key): Ditto.
This commit is contained in:
parent
cede502627
commit
1ba03225ad
1 changed files with 2 additions and 2 deletions
|
|
@ -615,7 +615,7 @@ temporarily enables it to allow getting help on disabled items and buttons."
|
|||
(menu-bar-update-yank-menu "(any string)" nil))
|
||||
(while
|
||||
(progn
|
||||
(setq key (read-key-sequence "Describe key (or click or menu item): "))
|
||||
(setq key (read-key-sequence "Describe the following key, mouse click, or menu item: "))
|
||||
(and (vectorp key)
|
||||
(consp (aref key 0))
|
||||
(symbolp (car (aref key 0)))
|
||||
|
|
@ -760,7 +760,7 @@ temporarily enables it to allow getting help on disabled items and buttons."
|
|||
(menu-bar-update-yank-menu "(any string)" nil))
|
||||
(while
|
||||
(progn
|
||||
(setq key (read-key-sequence "Describe key (or click or menu item): "))
|
||||
(setq key (read-key-sequence "Describe the following key, mouse click, or menu item: "))
|
||||
(and (vectorp key)
|
||||
(consp (aref key 0))
|
||||
(symbolp (car (aref key 0)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue