Variable: reftex-index-section-face
reftex-index-section-face is a customizable variable defined in
reftex-vars.el.gz.
Value
font-lock-function-name-face
Documentation
Face name for the start of a new letter section in the index.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-index-section-face 'font-lock-function-name-face
"Face name for the start of a new letter section in the index."
:group 'reftex-fontification-configurations
:type 'symbol)