* lisp/isearch.el (lazy-highlight-max-at-a-time): Doc fix (bug#21092).

This commit is contained in:
Juri Linkov 2017-02-22 02:16:06 +02:00
parent c5e66afa88
commit cd191c8034

View file

@ -341,7 +341,7 @@ If this is nil, extra highlighting can be \"manually\" removed with
"Maximum matches to highlight at a time (for `lazy-highlight').
Larger values may reduce Isearch's responsiveness to user input;
smaller values make matches highlight slowly.
A value of nil means highlight all matches."
A value of nil means highlight all matches shown on the screen."
:type '(choice (const :tag "All" nil)
(integer :tag "Some"))
:group 'lazy-highlight)