comparison lisp/jit-lock.el @ 41502:828432e1e1d4

Modify a commented-out non-nil value of jit-lock-defer-time, to make it consistent with the lazy-lock-defer-time's default value.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 25 Nov 2001 18:02:45 +0000
parents 36e754afaf7a
children 2cf6194833de
comparison
equal deleted inserted replaced
41501:994a9d1eee71 41502:828432e1e1d4
125 :type '(choice (const :tag "never" nil) 125 :type '(choice (const :tag "never" nil)
126 (const :tag "always" t) 126 (const :tag "always" t)
127 (other :tag "syntax-driven" syntax-driven)) 127 (other :tag "syntax-driven" syntax-driven))
128 :group 'jit-lock) 128 :group 'jit-lock)
129 129
130 (defcustom jit-lock-defer-time nil ;; 0.5 130 (defcustom jit-lock-defer-time nil ;; 0.25
131 "Idle time after which deferred fontification should take place. 131 "Idle time after which deferred fontification should take place.
132 If nil, fontification is not deferred." 132 If nil, fontification is not deferred."
133 :group 'jit-lock 133 :group 'jit-lock
134 :type '(choice (const :tag "never" nil) 134 :type '(choice (const :tag "never" nil)
135 (number :tag "seconds"))) 135 (number :tag "seconds")))