Variable: face-name-history

face-name-history is a variable defined in faces.el.gz.

Value

nil

Documentation

History list for some commands that read face names.

Maximum length of the history list is determined by the value of history-length, which see.

Source Code

;; Defined in /usr/src/emacs/lisp/faces.el.gz
(defvar face-name-history nil
  "History list for some commands that read face names.
Maximum length of the history list is determined by the value
of `history-length', which see.")