Variable: whitespace-space-after-tab
whitespace-space-after-tab is a variable defined in whitespace.el.gz.
This variable is obsolete since 24.4; use the face instead.
Value
whitespace-space-after-tab
Documentation
Symbol face used to visualize tab-width or more SPACEs after TAB.
Used when whitespace-style includes the value space-after-tab.
Source Code
;; Defined in /usr/src/emacs/lisp/whitespace.el.gz
(defvar whitespace-space-after-tab 'whitespace-space-after-tab
"Symbol face used to visualize `tab-width' or more SPACEs after TAB.
Used when `whitespace-style' includes the value `space-after-tab'.")