emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 1ba0322 3/3: Make the describe-key prompts clearer


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 1ba0322 3/3: Make the describe-key prompts clearer
Date: Fri, 04 Mar 2016 15:34:12 +0000

branch: master
commit 1ba03225ad7a9228d5ceee14dcf6669c6a32babb
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Make the describe-key prompts clearer
    
    * lisp/help.el (describe-key-briefly): Make the prompt clearer
    (bug#14854).
    (describe-key): Ditto.
---
 lisp/help.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/help.el b/lisp/help.el
index ce68cea..baccf59 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]