From: Basil L. Contovounesios Date: Sat, 30 Jan 2021 19:09:46 +0000 (+0000) Subject: ; Improve defcustom :type in last change. X-Git-Tag: emacs-28.0.90~4022 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42f45e52aacf513abf3dafe1773bf64f04cf5299;p=emacs.git ; Improve defcustom :type in last change. --- 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")