aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBasil L. Contovounesios2021-01-30 19:09:46 +0000
committerBasil L. Contovounesios2021-01-30 19:09:46 +0000
commit42f45e52aacf513abf3dafe1773bf64f04cf5299 (patch)
treeea04fb3f0b11de8649ff19af59b260f5119b5362
parentece7425c22633196ae164cb6aa0e6d77fabe9f81 (diff)
downloademacs-42f45e52aacf513abf3dafe1773bf64f04cf5299.tar.gz
emacs-42f45e52aacf513abf3dafe1773bf64f04cf5299.zip
; Improve defcustom :type in last change.
-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
362 "For search strings at least this long, lazy highlight starts immediately. 362 "For search strings at least this long, lazy highlight starts immediately.
363For shorter search strings, `lazy-highlight-initial-delay' 363For shorter search strings, `lazy-highlight-initial-delay'
364applies." 364applies."
365 :type 'number 365 :type 'integer
366 :group 'lazy-highlight 366 :group 'lazy-highlight
367 :version "28.1") 367 :version "28.1")
368 368