diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2021-01-30 19:09:46 +0000 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2021-01-30 19:09:46 +0000 |
commit | 42f45e52aacf513abf3dafe1773bf64f04cf5299 (patch) | |
tree | ea04fb3f0b11de8649ff19af59b260f5119b5362 | |
parent | ece7425c22633196ae164cb6aa0e6d77fabe9f81 (diff) | |
download | emacs-42f45e52aacf513abf3dafe1773bf64f04cf5299.tar.gz emacs-42f45e52aacf513abf3dafe1773bf64f04cf5299.tar.bz2 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 "For search strings at least this long, lazy highlight starts immediately. For shorter search strings, `lazy-highlight-initial-delay' applies." - :type 'number + :type 'integer :group 'lazy-highlight :version "28.1") |