Variable: cperl-invalid-face
cperl-invalid-face is a customizable variable defined in
cperl-mode.el.gz.
This variable is obsolete since 30.1; use show-trailing-whitespace
instead.
Value
underline
Documentation
Face for highlighting trailing whitespace.
This variable was added, or its default value changed, in Emacs 21.1.
Probably introduced at or before Emacs version 21.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-invalid-face 'underline
"Face for highlighting trailing whitespace."
:type 'face
:version "21.1"
:group 'cperl-faces)