# HG changeset patch # User Eli Zaretskii # Date 964452037 0 # Node ID 424236a05a4fd687d40c348fadd46a7a5422d3a6 # Parent 9561d1a7e032d8111d29ee161ccdb6ad4ce61434 (Info-goto-emacs-key-command-node): Leave a space after the prompt. diff -r 9561d1a7e032 -r 424236a05a4f lisp/info.el --- 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)))