aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2006-02-04 12:12:39 +0000
committerEli Zaretskii <[email protected]>2006-02-04 12:12:39 +0000
commit4a99f153c4f529f8bc531dce406440b6bf10ce10 (patch)
treebe46f2b27daa73ab7b7bac34a5a4d6b06d72f4dc /lisp
parentc1a055ca99e826df150378d210571d8090b39d85 (diff)
(Info-index, Info-mode): Improve the description of the `i' command.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/info.el6
2 files changed, 6 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f533d50a75..b01328b58b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2006-02-04 Eli Zaretskii <[email protected]>
+ * info.el (Info-index, Info-mode): Improve the description of the
+ `i' command.
+
* ldefs-boot.el: Regenerate.
2006-02-03 Werner Lemberg <[email protected]>
diff --git a/lisp/info.el b/lisp/info.el
index 912e31f62a..dbcfaed31c 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -2775,11 +2775,11 @@ If FILE is nil, check the current Info file."
;;;###autoload
(defun Info-index (topic)
- "Look up a string TOPIC in the index for this file.
+ "Look up a string TOPIC in the index for this manual and go to that entry.
If there are no exact matches to the specified topic, this chooses
the first match which is a case-insensitive substring of a topic.
Use the \\<Info-mode-map>\\[Info-index-next] command to see the other matches.
-Give a blank topic name to go to the Index node itself."
+Give an empty topic name to go to the Index node itself."
(interactive
(list
(let ((Info-complete-menu-buffer (clone-buffer))
@@ -3352,7 +3352,7 @@ Advanced commands:
\\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively.
\\[Info-search-next] Search for another occurrence of regexp
from a previous \\<Info-mode-map>\\[Info-search] command.
-\\[Info-index] Look up a topic in this file's Index and move to that node.
+\\[Info-index] Look up a topic in this manual's Index and move to that index entry.
\\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command.
\\[info-apropos] Look for a string in the indices of all manuals.
\\[Info-goto-node] Move to node specified by name.