Variable: whitespace-indentation

whitespace-indentation is a variable defined in whitespace.el.gz.

This variable is obsolete since 24.4; use the face instead.

Value

whitespace-indentation

Documentation

Symbol face used to visualize tab-width or more SPACEs at beginning of line.

Used when whitespace-style includes the value indentation.

Source Code

;; Defined in /usr/src/emacs/lisp/whitespace.el.gz
(defvar whitespace-indentation 'whitespace-indentation
  "Symbol face used to visualize `tab-width' or more SPACEs at beginning of line.
Used when `whitespace-style' includes the value `indentation'.")