Variable: fast-lock-verbose
fast-lock-verbose is a customizable variable defined in
fast-lock.el.gz.
Value
nil
Documentation
If non-nil, means show status messages for cache processing.
If a number, only buffers greater than this size have processing messages.
Probably introduced at or before Emacs version 20.1.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/fast-lock.el.gz
(defcustom fast-lock-verbose font-lock-verbose
"If non-nil, means show status messages for cache processing.
If a number, only buffers greater than this size have processing messages."
:type '(choice (const :tag "never" nil)
(other :tag "always" t)
(integer :tag "size")))