diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-05-31 10:10:10 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-05-31 10:10:10 -0700 |
commit | f5d430271e36d0c4d45c90fb3dce2c0e7cfc7e66 (patch) | |
tree | ec8d6e21de4d400fd3119daa2d8a0ee9ab713979 /lisp/isearch.el | |
parent | 973d1e126c7c960f23fb7f2334394cad91d72e87 (diff) | |
download | emacs-f5d430271e36d0c4d45c90fb3dce2c0e7cfc7e66.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r-- | lisp/isearch.el | 2 |
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. When the list of predicates is empty, `run-hook-with-args-until-failure' returns non-nil that means that the found match is accepted. The property `isearch-message-prefix' put on the predicate's symbol -specifies the prefix string displyed in the search message.") +specifies the prefix string displayed in the search message.") (define-obsolete-variable-alias 'isearch-filter-predicate 'isearch-filter-predicates "24.4") |