# HG changeset patch # User Juri Linkov # Date 1109178947 0 # Node ID f2ea5deec196b2ffd0cdb6fbfe3fb48847f2cfb7 # Parent 56061feffaa0b499ae2692306d5287cc57e882ef *** empty log message *** diff -r 56061feffaa0 -r f2ea5deec196 etc/NEWS --- 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 diff -r 56061feffaa0 -r f2ea5deec196 lisp/ChangeLog --- 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 + + * 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 * cus-edit.el: Comment change.