summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2021-01-30 19:09:46 +0000
committerBasil L. Contovounesios <contovob@tcd.ie>2021-01-30 19:09:46 +0000
commit42f45e52aacf513abf3dafe1773bf64f04cf5299 (patch)
treeea04fb3f0b11de8649ff19af59b260f5119b5362 /lisp
parentece7425c22633196ae164cb6aa0e6d77fabe9f81 (diff)
downloademacs-42f45e52aacf513abf3dafe1773bf64f04cf5299.tar.gz
; Improve defcustom :type in last change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/isearch.el2
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")