# HG changeset patch # User Eli Zaretskii # Date 978807768 0 # Node ID 63af2c5d55f9e40c00ef29429b9715035852657d # Parent bea6010c51b60ee9dd40a56c610f0808297d49d9 (isearch-lazy-highlight-remove-overlays): Doc fix. (isearch-lazy-highlight-update): Doc fix. diff -r bea6010c51b6 -r 63af2c5d55f9 lisp/isearch.el --- a/lisp/isearch.el Sat Jan 06 18:55:45 2001 +0000 +++ b/lisp/isearch.el Sat Jan 06 19:02:48 2001 +0000 @@ -552,7 +552,7 @@ ;; 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 @@ ;; 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 @@ (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 @@ '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)))