]> git.eshelyaron.com Git - emacs.git/commitdiff
(query-replace-lazy-highlight): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 4 Jan 2005 02:27:16 +0000 (02:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 4 Jan 2005 02:27:16 +0000 (02:27 +0000)
These were installed in the previous revision:
(replace-dehighlight): Use lazy-highlight-cleanup.
(query-replace-highlight, query-replace-lazy-highlight)
(query-replace): Definitions moved up.

lisp/replace.el

index 8820a768006502c3dd4db6de5656d3431793ec99..33a30aa92d9f92e976087d9458e94e9e01f1ae7b 100644 (file)
@@ -1267,8 +1267,8 @@ passed in.  If LITERAL is set, no checking is done, anyway."
   "*Controls the lazy-highlighting during query replacements.
 When non-nil, all text in the buffer matching the current match
 is highlighted lazily using isearch lazy highlighting (see
-`isearch-lazy-highlight-initial-delay' and
-`isearch-lazy-highlight-interval')."
+`lazy-highlight-initial-delay' and
+`lazy-highlight-interval')."
   :type 'boolean
   :group 'matching
   :version "21.4")