]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Wed, 23 Feb 2005 17:15:47 +0000 (17:15 +0000)
committerJuri Linkov <juri@jurta.org>
Wed, 23 Feb 2005 17:15:47 +0000 (17:15 +0000)
etc/NEWS
lisp/ChangeLog

index b4c65a77a9a5a3287f30f6ef9303d175ab7c8ade..3e71209d05c323ffe1d85e72312486fac19b9251 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -699,8 +699,10 @@ multiple files, and C-x d passes it to `dired'.
 *** 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
index ada6badaee87891e3e239b10e5b5b05302e3781f..01fe2d533a9e8c7abe712fd957b2b9b2211aa6cd 100644 (file)
@@ -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.