diff options
| -rw-r--r-- | lisp/isearch.el | 2 |
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'). |
| 342 | Larger values may reduce Isearch's responsiveness to user input; | 342 | Larger values may reduce Isearch's responsiveness to user input; |
| 343 | smaller values make matches highlight slowly. | 343 | smaller values make matches highlight slowly. |
| 344 | A value of nil means highlight all matches." | 344 | A 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) |