comparison lisp/info.el @ 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 237a66bc6cea
children 23c301a64c8f
comparison
equal deleted inserted replaced
30422:9561d1a7e032 30423:424236a05a4f
2257 "Go to the Info node in the Emacs manual the command bound to KEY, a string. 2257 "Go to the Info node in the Emacs manual the command bound to KEY, a string.
2258 Interactively, if the binding is `execute-extended-command', a command is read. 2258 Interactively, if the binding is `execute-extended-command', a command is read.
2259 The command is found by looking up in Emacs manual's Command Index 2259 The command is found by looking up in Emacs manual's Command Index
2260 or in another manual found via COMMAND's `info-file' property or 2260 or in another manual found via COMMAND's `info-file' property or
2261 the variable `Info-file-list-for-emacs'." 2261 the variable `Info-file-list-for-emacs'."
2262 (interactive "kFind documentation for key:") 2262 (interactive "kFind documentation for key: ")
2263 (let ((command (key-binding key))) 2263 (let ((command (key-binding key)))
2264 (cond ((null command) 2264 (cond ((null command)
2265 (message "%s is undefined" (key-description key))) 2265 (message "%s is undefined" (key-description key)))
2266 ((and (interactive-p) 2266 ((and (interactive-p)
2267 (eq command 'execute-extended-command)) 2267 (eq command 'execute-extended-command))