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:
parent
c1bc6bb67e
commit
1766dac37f
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue