# HG changeset patch # User Chong Yidong # Date 1243121509 0 # Node ID 6bef200e924356ba22e2655f388e6285e9461358 # Parent 29f059f3011cfecab712a17a4563b1b0c0daef84 * info.el (Info-mode): Doc fix (Bug#3358). diff -r 29f059f3011c -r 6bef200e9243 lisp/ChangeLog --- 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 + + * info.el (Info-mode): Doc fix (Bug#3358). + 2009-05-23 Johan Bockgård * ediff-vers.el (ediff-vc-latest-version): Use property diff -r 29f059f3011c -r 6bef200e9243 lisp/info.el --- 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-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-index] command.