Variable: buffer-face-mode-face
buffer-face-mode-face is a customizable variable defined in
face-remap.el.gz.
Value
variable-pitch
Documentation
The face specification used by buffer-face-mode(var)/buffer-face-mode(fun).
It may contain any value suitable for a face text property,
including a face name, a list of face names, a face attribute
plist, etc.
This variable was added, or its default value changed, in Emacs 23.1.
Probably introduced at or before Emacs version 23.1.
Source Code
;; Defined in /usr/src/emacs/lisp/face-remap.el.gz
;; ----------------------------------------------------------------
;; buffer-face-mode
(defcustom buffer-face-mode-face 'variable-pitch
"The face specification used by `buffer-face-mode'.
It may contain any value suitable for a `face' text property,
including a face name, a list of face names, a face attribute
plist, etc."
:type '(choice (face)
(repeat :tag "List of faces" face)
(plist :tag "Face property list"))
:group 'display
:version "23.1")