Variable: reftex-label-face

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

Value

font-lock-constant-face

Documentation

Face name for labels in selection buffer.

Source Code

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