aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-02-04 12:12:39 +0000
committerEli Zaretskii2006-02-04 12:12:39 +0000
commit4a99f153c4f529f8bc531dce406440b6bf10ce10 (patch)
treebe46f2b27daa73ab7b7bac34a5a4d6b06d72f4dc
parentc1a055ca99e826df150378d210571d8090b39d85 (diff)
downloademacs-4a99f153c4f529f8bc531dce406440b6bf10ce10.tar.gz
emacs-4a99f153c4f529f8bc531dce406440b6bf10ce10.zip
(Info-index, Info-mode): Improve the description of the `i' command.
-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 f533d50a75d..b01328b58bf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12006-02-04 Eli Zaretskii <eliz@gnu.org> 12006-02-04 Eli Zaretskii <eliz@gnu.org>
2 2
3 * info.el (Info-index, Info-mode): Improve the description of the
4 `i' command.
5
3 * ldefs-boot.el: Regenerate. 6 * ldefs-boot.el: Regenerate.
4 7
52006-02-03 Werner Lemberg <wl@gnu.org> 82006-02-03 Werner Lemberg <wl@gnu.org>
diff --git a/lisp/info.el b/lisp/info.el
index 912e31f62ad..dbcfaed31c4 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -2775,11 +2775,11 @@ If FILE is nil, check the current Info file."
2775 2775
2776;;;###autoload 2776;;;###autoload
2777(defun Info-index (topic) 2777(defun Info-index (topic)
2778 "Look up a string TOPIC in the index for this file. 2778 "Look up a string TOPIC in the index for this manual and go to that entry.
2779If there are no exact matches to the specified topic, this chooses 2779If there are no exact matches to the specified topic, this chooses
2780the first match which is a case-insensitive substring of a topic. 2780the first match which is a case-insensitive substring of a topic.
2781Use the \\<Info-mode-map>\\[Info-index-next] command to see the other matches. 2781Use the \\<Info-mode-map>\\[Info-index-next] command to see the other matches.
2782Give a blank topic name to go to the Index node itself." 2782Give an empty topic name to go to the Index node itself."
2783 (interactive 2783 (interactive
2784 (list 2784 (list
2785 (let ((Info-complete-menu-buffer (clone-buffer)) 2785 (let ((Info-complete-menu-buffer (clone-buffer))
@@ -3352,7 +3352,7 @@ Advanced commands:
3352\\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively. 3352\\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively.
3353\\[Info-search-next] Search for another occurrence of regexp 3353\\[Info-search-next] Search for another occurrence of regexp
3354 from a previous \\<Info-mode-map>\\[Info-search] command. 3354 from a previous \\<Info-mode-map>\\[Info-search] command.
3355\\[Info-index] Look up a topic in this file's Index and move to that node. 3355\\[Info-index] Look up a topic in this manual's Index and move to that index entry.
3356\\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command. 3356\\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command.
3357\\[info-apropos] Look for a string in the indices of all manuals. 3357\\[info-apropos] Look for a string in the indices of all manuals.
3358\\[Info-goto-node] Move to node specified by name. 3358\\[Info-goto-node] Move to node specified by name.