Variable: reftex-cursor-selected-face

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

Value

highlight

Documentation

Face name to highlight cursor selected item in toc and selection buffers.

See also the variable reftex-highlight-selection.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-cursor-selected-face 'highlight
  "Face name to highlight cursor selected item in toc and selection buffers.
See also the variable `reftex-highlight-selection'."
  :group 'reftex-fontification-configurations
  :type 'symbol)