changeset 60223:f2ea5deec196

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Wed, 23 Feb 2005 17:15:47 +0000
parents 56061feffaa0
children 374bd52dd8b8
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Feb 23 17:03:17 2005 +0000
+++ b/etc/NEWS	Wed Feb 23 17:15:47 2005 +0000
@@ -699,8 +699,10 @@
 *** A numeric prefix argument of `info' selects an Info buffer
 with the number appended to the *info* buffer name (e.g. "*info*<2>").
 
-*** Regexp isearch (C-M-s and C-M-r) can search through multiple nodes.
-Failed isearch wraps to the top/final node.
+*** isearch in Info uses Info-search and searches through multiple nodes.
+Failed isearch wraps to the top/final node.  The user option
+`Info-isearch-search' controls whether to use Info-search or the
+default isearch search function.
 
 *** New search commands: `Info-search-case-sensitively' (bound to S),
 `Info-search-backward', and `Info-search-next' which repeats the last
--- a/lisp/ChangeLog	Wed Feb 23 17:03:17 2005 +0000
+++ b/lisp/ChangeLog	Wed Feb 23 17:15:47 2005 +0000
@@ -1,3 +1,10 @@
+2005-02-23  Juri Linkov  <juri@jurta.org>
+
+	* info.el (Info-isearch-search): New defcustom.
+	(Info-isearch-search): Call the default isearch function
+	when Info-isearch-search is nil.
+	(Info-isearch-wrap): Use variable Info-isearch-search.
+
 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* cus-edit.el: Comment change.