Variable: reftex-section-heading-face

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

Value

font-lock-function-name-face

Documentation

Face name for section headings in toc and selection buffers.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-section-heading-face 'font-lock-function-name-face
  "Face name for section headings in toc and selection buffers."
  :group 'reftex-fontification-configurations
  :type 'symbol)