diff options
| author | Basil L. Contovounesios | 2021-01-30 19:09:46 +0000 |
|---|---|---|
| committer | Basil L. Contovounesios | 2021-01-30 19:09:46 +0000 |
| commit | 42f45e52aacf513abf3dafe1773bf64f04cf5299 (patch) | |
| tree | ea04fb3f0b11de8649ff19af59b260f5119b5362 | |
| parent | ece7425c22633196ae164cb6aa0e6d77fabe9f81 (diff) | |
| download | emacs-42f45e52aacf513abf3dafe1773bf64f04cf5299.tar.gz emacs-42f45e52aacf513abf3dafe1773bf64f04cf5299.zip | |
; Improve defcustom :type in last change.
| -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 | ||