From: Eli Zaretskii Date: Mon, 24 Jul 2000 15:20:37 +0000 (+0000) Subject: (Info-goto-emacs-key-command-node): Leave a space after X-Git-Tag: emacs-pretest-21.0.90~2643 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea33749b79d1f0cae455e28a062226cb412eb712;p=emacs.git (Info-goto-emacs-key-command-node): Leave a space after the prompt. --- 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. 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)))