summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/info.el2
2 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 48496899690..ac9f1a83732 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-23 Chong Yidong <cyd@stupidchicken.com>
+
+ * info.el (Info-mode): Doc fix (Bug#3358).
+
2009-05-23 Johan Bockgård <bojohan@gnu.org>
* ediff-vers.el (ediff-vc-latest-version): Use property
diff --git a/lisp/info.el b/lisp/info.el
index 4a90b3e65bb..e9e2b4225f3 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -3492,8 +3492,6 @@ Advanced commands:
\\[Info-search] Search through this Info file for specified regexp,
and select the node in which the next occurrence is found.
\\[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.
\\[isearch-forward], \\[isearch-forward-regexp] Use Isearch to search through multiple Info nodes.
\\[Info-index] Search for a topic in this manual's Index and go to index entry.
\\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command.