Mercurial > emacs
changeset 35112:dfb7567dbcfd
(Info-goto-emacs-key-command-node): Doc fix.
(Info-goto-emacs-command-node): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 07 Jan 2001 09:53:02 +0000 |
parents | b1adf7e27ea8 |
children | 00b4a3c742a2 |
files | lisp/info.el |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Sun Jan 07 01:54:41 2001 +0000 +++ b/lisp/info.el Sun Jan 07 09:53:02 2001 +0000 @@ -2369,7 +2369,7 @@ ;;;###autoload (defun Info-goto-emacs-command-node (command) "Go to the Info node in the Emacs manual for command COMMAND. -The command is found by looking up in Emacs manual's Command Index +The command is found by looking up in Emacs manual's indices or in another manual found via COMMAND's `info-file' property or the variable `Info-file-list-for-emacs'." (interactive "CFind documentation for command: ") @@ -2405,9 +2405,10 @@ ;;;###autoload (defun Info-goto-emacs-key-command-node (key) - "Go to the Info node in the Emacs manual the command bound to KEY, a string. + "Go to the node in the Emacs manual which describes the command bound to KEY. +KEY is a string. 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 +The command is found by looking up in Emacs manual's indices or in another manual found via COMMAND's `info-file' property or the variable `Info-file-list-for-emacs'." (interactive "kFind documentation for key: ")