1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 14:10:47 -08:00

(Info-goto-emacs-key-command-node): Leave a space after

the prompt.
This commit is contained in:
Eli Zaretskii 2000-07-24 15:20:37 +00:00
parent 7636d2a369
commit ea33749b79

View file

@ -2259,7 +2259,7 @@ Interactively, if the binding is `execute-extended-command', a command is read.
The command is found by looking up in Emacs manual's Command Index
or in another manual found via COMMAND's `info-file' property or
the variable `Info-file-list-for-emacs'."
(interactive "kFind documentation for key:")
(interactive "kFind documentation for key: ")
(let ((command (key-binding key)))
(cond ((null command)
(message "%s is undefined" (key-description key)))