summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-05-31 10:10:10 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-05-31 10:10:10 -0700
commitf5d430271e36d0c4d45c90fb3dce2c0e7cfc7e66 (patch)
treeec8d6e21de4d400fd3119daa2d8a0ee9ab713979 /lisp/isearch.el
parent973d1e126c7c960f23fb7f2334394cad91d72e87 (diff)
downloademacs-f5d430271e36d0c4d45c90fb3dce2c0e7cfc7e66.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/isearch.el')
-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.
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")