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:
parent
7636d2a369
commit
ea33749b79
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue