summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index ec51c2cf4cc..1e4a87ff481 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -207,8 +207,8 @@ to the search status stack.")
"Predicate to filter hits of Isearch and replace commands.
Isearch hits that don't satisfy the predicate will be skipped.
The value should be a function of two arguments; it will be
-called with the the positions of the start and the end of the
-text matched by Isearch and replace commands. If this function
+called with the positions of the start and the end of the text
+matched by Isearch and replace commands. If this function
returns nil, Isearch and replace commands will continue searching
without stopping at resp. replacing this match.
@@ -2009,7 +2009,7 @@ Turning on character-folding turns off regexp mode.")
"Text properties that are added to the isearch prompt.")
(defun isearch--momentary-message (string)
- "Print STRING at the end of the isearch prompt for 1 second"
+ "Print STRING at the end of the isearch prompt for 1 second."
(let ((message-log-max nil))
(message "%s%s%s"
(isearch-message-prefix nil isearch-nonincremental)