; Improve defcustom :type in last change.

This commit is contained in:
Basil L. Contovounesios
2021-01-30 19:09:46 +00:00
parent ece7425c22
commit 42f45e52aa

View File

@@ -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")