; Clarify message in last change
* lisp/info.el (Info-goto-emacs-key-command-node): Clarify message in last change.
This commit is contained in:
parent
9eed00c8e5
commit
6a645cd532
1 changed files with 5 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue