From 42f45e52aacf513abf3dafe1773bf64f04cf5299 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Sat, 30 Jan 2021 19:09:46 +0000 Subject: [PATCH] ; Improve defcustom :type in last change. --- lisp/isearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2