1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(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.
This commit is contained in:
Richard M. Stallman 2005-01-04 02:27:16 +00:00
parent c1bc6bb67e
commit 1766dac37f

View file

@ -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")