aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert2013-05-31 10:10:10 -0700
committerPaul Eggert2013-05-31 10:10:10 -0700
commitf5d430271e36d0c4d45c90fb3dce2c0e7cfc7e66 (patch)
treeec8d6e21de4d400fd3119daa2d8a0ee9ab713979 /lisp
parent973d1e126c7c960f23fb7f2334394cad91d72e87 (diff)
downloademacs-f5d430271e36d0c4d45c90fb3dce2c0e7cfc7e66.tar.gz
emacs-f5d430271e36d0c4d45c90fb3dce2c0e7cfc7e66.zip
Spelling fixes.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/isearch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index e82627616c3..acecc74d1be 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -198,7 +198,7 @@ skips this match and continues searching for the next match.
198When the list of predicates is empty, `run-hook-with-args-until-failure' 198When the list of predicates is empty, `run-hook-with-args-until-failure'
199returns non-nil that means that the found match is accepted. 199returns non-nil that means that the found match is accepted.
200The property `isearch-message-prefix' put on the predicate's symbol 200The property `isearch-message-prefix' put on the predicate's symbol
201specifies the prefix string displyed in the search message.") 201specifies the prefix string displayed in the search message.")
202(define-obsolete-variable-alias 'isearch-filter-predicate 202(define-obsolete-variable-alias 'isearch-filter-predicate
203 'isearch-filter-predicates 203 'isearch-filter-predicates
204 "24.4") 204 "24.4")