]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix isearch in Info.
authorJuri Linkov <juri@jurta.org>
Wed, 16 Mar 2005 07:43:50 +0000 (07:43 +0000)
committerJuri Linkov <juri@jurta.org>
Wed, 16 Mar 2005 07:43:50 +0000 (07:43 +0000)
etc/NEWS

index ac0ef726adff78c656e58a1abbe3309b9aa82af0..3d142e94504ad247aafb9ad4b32e068a732c87ad 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -721,9 +721,13 @@ multiple files, and C-x d passes it to `dired'.
 with the number appended to the *info* buffer name (e.g. "*info*<2>").
 
 *** 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.
+Before leaving the initial Info node isearch fails once with the error
+message [initial node], and with subsequent C-s/C-r continues through
+other nodes.  When isearch fails for the rest of the manual, it wraps
+aroung the whole manual to the top/final node.  The user option
+`Info-isearch-search' controls whether to use Info-search for isearch,
+or the default isearch search function that wraps around the current
+Info node.
 
 *** New search commands: `Info-search-case-sensitively' (bound to S),
 `Info-search-backward', and `Info-search-next' which repeats the last