diff options
| -rw-r--r-- | lisp/info.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index f4384934155..02ba8b0eff9 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -4733,8 +4733,11 @@ the variable `Info-file-list-for-emacs'." | |||
| 4733 | (eq command 'execute-extended-command)) | 4733 | (eq command 'execute-extended-command)) |
| 4734 | (Info-goto-emacs-command-node | 4734 | (Info-goto-emacs-command-node |
| 4735 | (read-command "Find documentation for command: "))) | 4735 | (read-command "Find documentation for command: "))) |
| 4736 | ((symbolp command) | ||
| 4737 | (Info-goto-emacs-command-node command)) | ||
| 4736 | (t | 4738 | (t |
| 4737 | (Info-goto-emacs-command-node command))))) | 4739 | (message "%s invokes an anonymous command" |
| 4740 | (key-description key)))))) | ||
| 4738 | 4741 | ||
| 4739 | (defvar Info-link-keymap | 4742 | (defvar Info-link-keymap |
| 4740 | (let ((keymap (make-sparse-keymap))) | 4743 | (let ((keymap (make-sparse-keymap))) |