Variable: reftex-bib-author-face

reftex-bib-author-face is a customizable variable defined in reftex-vars.el.gz.

Value

font-lock-keyword-face

Documentation

Face name for author names in bib selection buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-bib-author-face 'font-lock-keyword-face
  "Face name for author names in bib selection buffer."
  :group 'reftex-fontification-configurations
  :type 'symbol)