diff options
| -rw-r--r-- | lisp/isearch.el | 2 | ||||
| -rw-r--r-- | nt/INSTALL.MSYS | 2 |
2 files changed, 2 insertions, 2 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") |
diff --git a/nt/INSTALL.MSYS b/nt/INSTALL.MSYS index e5b121ae868..358d5db7925 100644 --- a/nt/INSTALL.MSYS +++ b/nt/INSTALL.MSYS | |||
| @@ -331,7 +331,7 @@ Windows 9X as well). | |||
| 331 | C:\MSYS\local, and it will defeat the purpose of PREFIX, which is to | 331 | C:\MSYS\local, and it will defeat the purpose of PREFIX, which is to |
| 332 | install programs in a single coherent tree resembling Posix systems. | 332 | install programs in a single coherent tree resembling Posix systems. |
| 333 | Such a single-tree installation makes sure all the other programs | 333 | Such a single-tree installation makes sure all the other programs |
| 334 | and packages ported from GNU or Unix systems will work seemlessly | 334 | and packages ported from GNU or Unix systems will work seamlessly |
| 335 | together. Where exactly is the root of that tree on your system is | 335 | together. Where exactly is the root of that tree on your system is |
| 336 | something only you, the user who builds Emacs, can know, and the | 336 | something only you, the user who builds Emacs, can know, and the |
| 337 | Emacs build process cannot guess, because usually there's no | 337 | Emacs build process cannot guess, because usually there's no |