Variable: whitespace-newline

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

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

Value

whitespace-newline

Documentation

Symbol face used to visualize NEWLINE char mapping.

See whitespace-display-mappings. Used when whitespace-style includes the values newline-mark and newline.

Source Code

;; Defined in /usr/src/emacs/lisp/whitespace.el.gz
(defvar whitespace-newline 'whitespace-newline
  "Symbol face used to visualize NEWLINE char mapping.
See `whitespace-display-mappings'.
Used when `whitespace-style' includes the values `newline-mark'
and `newline'.")