aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2017-02-22 02:16:06 +0200
committerJuri Linkov2017-02-22 02:16:06 +0200
commitcd191c80344ce444a2845147d7e77e4330f2e993 (patch)
tree1d96e32b5b86aa668eb64214e73f89ac766df770
parentc5e66afa88d6ff8ad5c42318d85188ed477e7db2 (diff)
downloademacs-cd191c80344ce444a2845147d7e77e4330f2e993.tar.gz
emacs-cd191c80344ce444a2845147d7e77e4330f2e993.zip
* lisp/isearch.el (lazy-highlight-max-at-a-time): Doc fix (bug#21092).
-rw-r--r--lisp/isearch.el2
1 files changed, 1 insertions, 1 deletions
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
341 "Maximum matches to highlight at a time (for `lazy-highlight'). 341 "Maximum matches to highlight at a time (for `lazy-highlight').
342Larger values may reduce Isearch's responsiveness to user input; 342Larger values may reduce Isearch's responsiveness to user input;
343smaller values make matches highlight slowly. 343smaller values make matches highlight slowly.
344A value of nil means highlight all matches." 344A value of nil means highlight all matches shown on the screen."
345 :type '(choice (const :tag "All" nil) 345 :type '(choice (const :tag "All" nil)
346 (integer :tag "Some")) 346 (integer :tag "Some"))
347 :group 'lazy-highlight) 347 :group 'lazy-highlight)