changeset 30423:424236a05a4f

(Info-goto-emacs-key-command-node): Leave a space after the prompt.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 24 Jul 2000 15:20:37 +0000
parents 9561d1a7e032
children a69ca2b45f4e
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Mon Jul 24 15:19:02 2000 +0000
+++ b/lisp/info.el	Mon Jul 24 15:20:37 2000 +0000
@@ -2259,7 +2259,7 @@
 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)))