]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/isearch.el (lazy-highlight-max-at-a-time): Doc fix (bug#21092).
authorJuri Linkov <juri@linkov.net>
Wed, 22 Feb 2017 00:16:06 +0000 (02:16 +0200)
committerJuri Linkov <juri@linkov.net>
Wed, 22 Feb 2017 00:16:06 +0000 (02:16 +0200)
lisp/isearch.el

index 699d6eaf73025b60f5240120e07f3b19ae6ba786..c34739d6386c37316ab3a93f0a453de3064cbbb1 100644 (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)