]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve defcustom :type in last change.
authorBasil L. Contovounesios <contovob@tcd.ie>
Sat, 30 Jan 2021 19:09:46 +0000 (19:09 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sat, 30 Jan 2021 19:09:46 +0000 (19:09 +0000)
lisp/isearch.el

index a6978a4c1643c2c4cc1623edad8bca9ad311a2da..82d64c5766b87a211110769cb55c3cdc4b426b7d 100644 (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")