* lisp/help.el (describe-key-briefly): Make the prompt clearer
(bug#14854).
(describe-key): Ditto.
(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)))
(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)))