Variable: lazy-lock-stealth-time
lazy-lock-stealth-time is a customizable variable defined in
lazy-lock.el.gz.
Value
30
Documentation
Time in seconds to delay before beginning stealth fontification.
Stealth fontification occurs if there is no input within this time. If nil, means stealth fontification is never performed.
The value of this variable is used when Lazy Lock mode is turned on.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/lazy-lock.el.gz
(defcustom lazy-lock-stealth-time 30
"Time in seconds to delay before beginning stealth fontification.
Stealth fontification occurs if there is no input within this time.
If nil, means stealth fontification is never performed.
The value of this variable is used when Lazy Lock mode is turned on."
:type '(choice (const :tag "never" nil)
(number :tag "seconds")))