Variable: whitespace-trailing

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

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

Value

whitespace-trailing

Documentation

Symbol face used to visualize trailing blanks.

Used when whitespace-style includes the value trailing.

Source Code

;; Defined in /usr/src/emacs/lisp/whitespace.el.gz
(defvar whitespace-trailing 'whitespace-trailing
  "Symbol face used to visualize trailing blanks.
Used when `whitespace-style' includes the value `trailing'.")