summaryrefslogtreecommitdiff
path: root/lisp/info.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-01-07 09:56:59 +0000
committerEli Zaretskii <eliz@gnu.org>2001-01-07 09:56:59 +0000
commit30db89f9d7186daba642166c8d57a0058b03f209 (patch)
treed9fdeb0bb3d49d960d042fbecb32d29a5fe5eec5 /lisp/info.el
parent03231f93f3fb4c78ad4ae1771f5c8f3f6376e486 (diff)
downloademacs-30db89f9d7186daba642166c8d57a0058b03f209.tar.gz
(Info-goto-emacs-key-command-node): Doc fix.
(Info-goto-emacs-command-node): Doc fix.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 39f4c5df64a..6239b036fd3 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -2369,7 +2369,7 @@ The locations are of the format used in `Info-history', i.e.
;;;###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 @@ the variable `Info-file-list-for-emacs'."
;;;###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: ")