emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116325: * isearch.el (isearch-filter-predicate): Do


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116325: * isearch.el (isearch-filter-predicate): Documentation typo fix
Date: Sat, 08 Feb 2014 04:15:26 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116325
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15474
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-07 20:14:16 -0800
message:
  * isearch.el (isearch-filter-predicate): Documentation typo fix
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/isearch.el                isearch.el-20091113204419-o5vbwnq5f7feedwu-486
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-08 04:10:02 +0000
+++ b/lisp/ChangeLog    2014-02-08 04:14:16 +0000
@@ -1,5 +1,8 @@
 2014-02-08  Lars Ingebrigtsen  <address@hidden>
 
+       * 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).

=== modified file 'lisp/isearch.el'
--- a/lisp/isearch.el   2014-02-08 04:02:37 +0000
+++ b/lisp/isearch.el   2014-02-08 04:14:16 +0000
@@ -188,7 +188,7 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]