aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/isearch.el2
-rw-r--r--nt/INSTALL.MSYS2
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.
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")
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