From: Lars Ingebrigtsen Date: Sat, 8 Feb 2014 04:14:16 +0000 (-0800) Subject: * isearch.el (isearch-filter-predicate): Documentation typo fix X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~111 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c96411bdad902ef3916e235c574df65d03a19d1a;p=emacs.git * isearch.el (isearch-filter-predicate): Documentation typo fix Fixes: debbugs:15474 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fc31411f3ea..b479af93472 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2014-02-08 Lars Ingebrigtsen + * isearch.el (isearch-filter-predicate): Documentation typo fix + (bug#15474). + * info-look.el (info-lookup-symbol): Document MODE (bug#15498). * isearch.el (isearch-cmds): Doc clarification (bug#15547). diff --git a/lisp/isearch.el b/lisp/isearch.el index 9da1019bf46..1fbdeb906d8 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -188,7 +188,7 @@ or to the end of the buffer for a backward search.") to the search status stack.") (defvar isearch-filter-predicate #'isearch-filter-visible - "Predicate that filter the search hits that would normally be available. + "Predicate that filters the search hits that would normally be available. Search hits that dissatisfy the predicate are skipped. The function has two arguments: the positions of start and end of text matched by the search. If this function returns nil, continue searching without