diff options
| author | Eli Zaretskii | 2000-07-24 15:20:37 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-07-24 15:20:37 +0000 |
| commit | ea33749b79d1f0cae455e28a062226cb412eb712 (patch) | |
| tree | 07c3d1f06e7180fe674871019f0ef2ce76a430e1 /lisp/info.el | |
| parent | 7636d2a3699d10e87d794d5beb5081712e151bb9 (diff) | |
| download | emacs-ea33749b79d1f0cae455e28a062226cb412eb712.tar.gz emacs-ea33749b79d1f0cae455e28a062226cb412eb712.zip | |
(Info-goto-emacs-key-command-node): Leave a space after
the prompt.
Diffstat (limited to 'lisp/info.el')
| -rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index 80d1c3a05fe..16e19c56757 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -2259,7 +2259,7 @@ Interactively, if the binding is `execute-extended-command', a command is read. | |||
| 2259 | The command is found by looking up in Emacs manual's Command Index | 2259 | The command is found by looking up in Emacs manual's Command Index |
| 2260 | or in another manual found via COMMAND's `info-file' property or | 2260 | or in another manual found via COMMAND's `info-file' property or |
| 2261 | the variable `Info-file-list-for-emacs'." | 2261 | the variable `Info-file-list-for-emacs'." |
| 2262 | (interactive "kFind documentation for key:") | 2262 | (interactive "kFind documentation for key: ") |
| 2263 | (let ((command (key-binding key))) | 2263 | (let ((command (key-binding key))) |
| 2264 | (cond ((null command) | 2264 | (cond ((null command) |
| 2265 | (message "%s is undefined" (key-description key))) | 2265 | (message "%s is undefined" (key-description key))) |