summaryrefslogtreecommitdiff
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-01-04 02:27:16 +0000
committerRichard M. Stallman <rms@gnu.org>2005-01-04 02:27:16 +0000
commit1766dac37ff8d010c3dde112d9e3066ec54a268c (patch)
tree01f9401195d52983f59e41cd11640f53eada07ad /lisp/replace.el
parentc1bc6bb67e0e01fc17c672ed0f678077f890016e (diff)
downloademacs-1766dac37ff8d010c3dde112d9e3066ec54a268c.tar.gz
(query-replace-lazy-highlight): Doc fix.
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.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 8820a768006..33a30aa92d9 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -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")