Variable: cpp-face-type-list
cpp-face-type-list is a variable defined in cpp.el.gz.
Value
(("light color background" . light) ("dark color background" . dark)
("monochrome" . mono) ("tty" . none))
Documentation
Alist of strings and names of the defined face collections.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cpp.el.gz
(defconst cpp-face-type-list
'(("light color background" . light)
("dark color background" . dark)
("monochrome" . mono)
("tty" . none))
"Alist of strings and names of the defined face collections.")