Variable: help-fns-describe-face-functions

help-fns-describe-face-functions is a variable defined in help-fns.el.gz.

Value

(help-fns--face-attributes
 help-fns--face-custom-version-info)

Documentation

List of functions to run in help buffer in describe-face.

The functions will be used (and take the same parameters) as described in help-fns-describe-variable-functions, except that the functions are called with two parameters: The face and the frame.

Source Code

;; Defined in /usr/src/emacs/lisp/help-fns.el.gz
(defvar help-fns-describe-face-functions nil
  "List of functions to run in help buffer in `describe-face'.
The functions will be used (and take the same parameters) as
described in `help-fns-describe-variable-functions', except that
the functions are called with two parameters: The face and the
frame.")