From: Juri Linkov Date: Wed, 22 Feb 2017 00:16:06 +0000 (+0200) Subject: * lisp/isearch.el (lazy-highlight-max-at-a-time): Doc fix (bug#21092). X-Git-Tag: emacs-26.0.90~740 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd191c80344ce444a2845147d7e77e4330f2e993;p=emacs.git * lisp/isearch.el (lazy-highlight-max-at-a-time): Doc fix (bug#21092). --- diff --git a/lisp/isearch.el b/lisp/isearch.el index 699d6eaf730..c34739d6386 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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)