emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master cd191c8: * lisp/isearch.el (lazy-highlight-max-at-a


From: Juri Linkov
Subject: [Emacs-diffs] master cd191c8: * lisp/isearch.el (lazy-highlight-max-at-a-time): Doc fix (bug#21092).
Date: Tue, 21 Feb 2017 19:16:16 -0500 (EST)

branch: master
commit cd191c80344ce444a2845147d7e77e4330f2e993
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>

    * lisp/isearch.el (lazy-highlight-max-at-a-time): Doc fix (bug#21092).
---
 lisp/isearch.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/isearch.el b/lisp/isearch.el
index 699d6ea..c34739d 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]