changeset 103283:6bef200e9243

* info.el (Info-mode): Doc fix (Bug#3358).
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 23 May 2009 23:31:49 +0000
parents 29f059f3011c
children 5090c7bf0a02
files lisp/ChangeLog lisp/info.el
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat May 23 12:46:55 2009 +0000
+++ b/lisp/ChangeLog	Sat May 23 23:31:49 2009 +0000
@@ -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
--- a/lisp/info.el	Sat May 23 12:46:55 2009 +0000
+++ b/lisp/info.el	Sat May 23 23:31:49 2009 +0000
@@ -3492,8 +3492,6 @@
 \\[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.