From 380866a2a5d13436018019d83d0d3bf9fa347d3f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 6 Jan 2001 19:04:32 +0000 Subject: [PATCH] (isearch-lazy-highlight-remove-overlays): Doc fix. (isearch-lazy-highlight-update): Doc fix. --- lisp/ChangeLog | 3 +++ lisp/isearch.el | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cfbf87ea3ca..b19c88ecc3a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-01-06 Eli Zaretskii + * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix. + (isearch-lazy-highlight-update): Doc fix. + * ffap.el (ffap-bindings): Doc fix. * dired-x.el (dired-virtual-guess-dir): Doc fix. diff --git a/lisp/isearch.el b/lisp/isearch.el index 6191c4912f5..89cf07d89c8 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -552,7 +552,7 @@ is treated as a regexp. See \\[isearch-forward] for more info." ;; We must bypass input method while reading key. When a user type ;; printable character, appropriate input method is turned on in - ;; minibuffer to read multibyte charactes. + ;; minibuffer to read multibyte characters. (or isearch-input-method-local-p (make-local-variable 'input-method-function)) (setq input-method-function nil) @@ -1607,7 +1607,7 @@ If there is no completion possible, say so and continue searching." ;; properties, and then set them to nil. This way the text hidden ;; by this overlay becomes visible. - ;; Do we realy need to set the `intangible' property to t? Can we + ;; Do we really need to set the `intangible' property to t? Can we ;; have the point inside an overlay with an `intangible' property? ;; In 19.34 this does not exist so I cannot test it. (overlay-put ov 'isearch-invisible (overlay-get ov 'invisible)) @@ -1924,7 +1924,7 @@ This function is called when exiting an incremental search." (defun isearch-lazy-highlight-remove-overlays (&optional keep-start keep-end) "Remove lazy highlight overlays from the current buffer. With optional arguments KEEP-START and KEEP-END, -prserve any overlays in that range." +preserve any overlays in that range." (let ((tem isearch-lazy-highlight-overlays)) (while tem (if (or (null keep-start) @@ -1961,7 +1961,7 @@ search string to change)." 'isearch-lazy-highlight-update)))) (defun isearch-lazy-highlight-update () - "Update highlighting of possible other matchesfor isearch." + "Update highlighting of possible other matches for isearch." (unless (and (eq isearch-lazy-highlight-window (selected-window)) (equal isearch-lazy-highlight-start (window-start))) -- 2.39.2