Variable: whitespace-font-lock-refontify

whitespace-font-lock-refontify is a variable defined in whitespace.el.gz.

Value

nil

Documentation

Used to save locally the font-lock refontify state.

Used by function whitespace-post-command-hook (which see).

Source Code

;; Defined in /usr/src/emacs/lisp/whitespace.el.gz
(defvar whitespace-font-lock-refontify nil
  "Used to save locally the font-lock refontify state.
Used by function `whitespace-post-command-hook' (which see).")