]> git.eshelyaron.com Git - emacs.git/commitdiff
* info.el (Info-mode): Doc fix (Bug#3358).
authorChong Yidong <cyd@stupidchicken.com>
Sat, 23 May 2009 23:31:49 +0000 (23:31 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 23 May 2009 23:31:49 +0000 (23:31 +0000)
lisp/ChangeLog
lisp/info.el

index 48496899690c80918438193e6a4528026177ba7f..ac9f1a83732dab01311d1f37f80fa9f99b97a999 100644 (file)
@@ -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
index 4a90b3e65bba4dd3a142b9fd7170cca9998bce8f..e9e2b4225f308b5c8c34e33b70561c84fb0172cd 100644 (file)
@@ -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.