emacs-diffs
[Top][All Lists]
Advanced

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

master 6a645cd5328: ; Clarify message in last change


From: Stefan Kangas
Subject: master 6a645cd5328: ; Clarify message in last change
Date: Wed, 10 Jan 2024 17:50:55 -0500 (EST)

branch: master
commit 6a645cd53289853bc2239657d2b0bb6384875903
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Clarify message in last change
    
    * lisp/info.el (Info-goto-emacs-key-command-node): Clarify message in
    last change.
---
 lisp/info.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/lisp/info.el b/lisp/info.el
index 02ba8b0eff9..e56344825b9 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -4736,8 +4736,11 @@ the variable `Info-file-list-for-emacs'."
           ((symbolp command)
            (Info-goto-emacs-command-node command))
          (t
-          (message "%s invokes an anonymous command"
-                    (key-description key))))))
+          (message
+            (substitute-command-keys
+             (format
+              "\\`%s' invokes an anonymous command defined with `lambda'"
+              (key-description key))))))))
 
 (defvar Info-link-keymap
   (let ((keymap (make-sparse-keymap)))



reply via email to

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