diff options
-rw-r--r-- | lisp/jit-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index 02bc6acf957..20214008302 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el @@ -127,7 +127,7 @@ The value of this variable is used when JIT Lock mode is turned on." (other :tag "syntax-driven" syntax-driven)) :group 'jit-lock) -(defcustom jit-lock-defer-time nil ;; 0.5 +(defcustom jit-lock-defer-time nil ;; 0.25 "Idle time after which deferred fontification should take place. If nil, fontification is not deferred." :group 'jit-lock |