]> code.delx.au - gnu-emacs/blobdiff - lisp/info.el
(lm-font-lock-face-O, lm-font-lock-face-X)
[gnu-emacs] / lisp / info.el
index 80d1c3a05fe83f0651302292684343eb41d8ca3c..16e19c56757bf4c09f0141b766a0f0e0aee507fd 100644 (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)))