From 1766dac37ff8d010c3dde112d9e3066ec54a268c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 4 Jan 2005 02:27:16 +0000 Subject: [PATCH] (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. --- lisp/replace.el | 4 ++-- 1 file 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") -- 2.39.5