From: Richard M. Stallman Date: Tue, 4 Jan 2005 02:27:16 +0000 (+0000) Subject: (query-replace-lazy-highlight): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~2935 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1766dac37ff8d010c3dde112d9e3066ec54a268c;p=emacs.git (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. --- 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")