* lisp/isearch.el (isearch-lazy-highlight-new-loop):
authorJuri Linkov <juri@jurta.org>
Sat, 19 Nov 2011 21:03:12 +0000 (23:03 +0200)
committerJuri Linkov <juri@jurta.org>
Sat, 19 Nov 2011 21:03:12 +0000 (23:03 +0200)
commit30c621331d969093bf618ba4fb9a8cc0a14edfe7
treed2ae2437b526297d58246e501518b4636730241e
parent645ca9cf3730a94481ff52b47d63f20852b15245
* lisp/isearch.el (isearch-lazy-highlight-new-loop):
Remove condition `(not isearch-error)'.

* lisp/misearch.el (multi-isearch-search-fun): Add condition
`(not bound)' to ignore lazy-highlighting search.
Add the search-failed message "end of multi" when the end of
multi-sequence is reached.  Uncapitalize the search-failed
message "Repeat for next buffer".

* lisp/info.el (Info-search): Add the search-failed message
"end of the manual" when the end of the manual is reached
in Isearch mode.

Fixes: debbugs:9918
lisp/ChangeLog
lisp/info.el
lisp/isearch.el
lisp/misearch.el