comparison lisp/jit-lock.el @ 62531:c905fcf5e3d9

Specify missing group (and type, if simple) in defcustom.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 19 May 2005 19:06:19 +0000
parents 86d97731e558
children a30c3081abf5 f042e7c0fe20
comparison
equal deleted inserted replaced
62530:eb9babbd0025 62531:c905fcf5e3d9
135 (other :tag "syntax-driven" syntax-driven)) 135 (other :tag "syntax-driven" syntax-driven))
136 :group 'jit-lock) 136 :group 'jit-lock)
137 137
138 (defcustom jit-lock-context-time 0.5 138 (defcustom jit-lock-context-time 0.5
139 "Idle time after which text is contextually refontified, if applicable." 139 "Idle time after which text is contextually refontified, if applicable."
140 :type '(number :tag "seconds")) 140 :type '(number :tag "seconds")
141 141 :group 'jit-lock)
142
142 (defcustom jit-lock-defer-time nil ;; 0.25 143 (defcustom jit-lock-defer-time nil ;; 0.25
143 "Idle time after which deferred fontification should take place. 144 "Idle time after which deferred fontification should take place.
144 If nil, fontification is not deferred." 145 If nil, fontification is not deferred."
145 :group 'jit-lock 146 :group 'jit-lock
146 :type '(choice (const :tag "never" nil) 147 :type '(choice (const :tag "never" nil)