diff options
| author | Paul Eggert | 2013-05-31 10:10:10 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-05-31 10:10:10 -0700 |
| commit | f5d430271e36d0c4d45c90fb3dce2c0e7cfc7e66 (patch) | |
| tree | ec8d6e21de4d400fd3119daa2d8a0ee9ab713979 /lisp | |
| parent | 973d1e126c7c960f23fb7f2334394cad91d72e87 (diff) | |
| download | emacs-f5d430271e36d0c4d45c90fb3dce2c0e7cfc7e66.tar.gz emacs-f5d430271e36d0c4d45c90fb3dce2c0e7cfc7e66.zip | |
Spelling fixes.
Diffstat (limited to 'lisp')
| -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. | |||
| 198 | When the list of predicates is empty, `run-hook-with-args-until-failure' | 198 | When the list of predicates is empty, `run-hook-with-args-until-failure' |
| 199 | returns non-nil that means that the found match is accepted. | 199 | returns non-nil that means that the found match is accepted. |
| 200 | The property `isearch-message-prefix' put on the predicate's symbol | 200 | The property `isearch-message-prefix' put on the predicate's symbol |
| 201 | specifies the prefix string displyed in the search message.") | 201 | specifies 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") |