Mercurial > emacs
changeset 59341:6ce9207392bc
(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.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 04 Jan 2005 02:27:16 +0000 |
parents | eb4a4bdb4f0f |
children | 132e8f3a36a1 |
files | lisp/replace.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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")