emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 42f45e5: ; Improve defcustom :type in last change.


From: Basil L. Contovounesios
Subject: master 42f45e5: ; Improve defcustom :type in last change.
Date: Sat, 30 Jan 2021 14:11:11 -0500 (EST)

branch: master
commit 42f45e52aacf513abf3dafe1773bf64f04cf5299
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; 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 a6978a4..82d64c5 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")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]