# HG changeset patch # User Richard M. Stallman # Date 1104805636 0 # Node ID 6ce9207392bc7b4fef49fc21aaf065a127516272 # Parent eb4a4bdb4f0faeeceda1ac04182f81e985e749c7 (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 -r eb4a4bdb4f0f -r 6ce9207392bc lisp/replace.el --- a/lisp/replace.el Tue Jan 04 02:21:55 2005 +0000 +++ b/lisp/replace.el Tue Jan 04 02:27:16 2005 +0000 @@ -1267,8 +1267,8 @@ "*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")