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 a6978a4c164..82d64c5766b 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -362,7 +362,7 @@ This setting only has effect when the search string is less than | |||
| 362 | "For search strings at least this long, lazy highlight starts immediately. | 362 | "For search strings at least this long, lazy highlight starts immediately. |
| 363 | For shorter search strings, `lazy-highlight-initial-delay' | 363 | For shorter search strings, `lazy-highlight-initial-delay' |
| 364 | applies." | 364 | applies." |
| 365 | :type 'number | 365 | :type 'integer |
| 366 | :group 'lazy-highlight | 366 | :group 'lazy-highlight |
| 367 | :version "28.1") | 367 | :version "28.1") |
| 368 | 368 | ||