Variable: gnus-cite-attribution-face

gnus-cite-attribution-face is a customizable variable defined in gnus-cite.el.gz.

Value

gnus-cite-attribution

Documentation

Face used for attribution lines.

It is merged with the face for the cited text belonging to the attribution.

This variable was added, or its default value changed, in Emacs 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-cite.el.gz
(defcustom gnus-cite-attribution-face 'gnus-cite-attribution
  "Face used for attribution lines.
It is merged with the face for the cited text belonging to the attribution."
  :version "22.1"
  :type 'face)