Variable: reftex-mouse-selected-face

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

Value

secondary-selection

Documentation

Face name to highlight mouse 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-mouse-selected-face 'secondary-selection
  "Face name to highlight mouse selected item in toc and selection buffers.
See also the variable `reftex-highlight-selection'."
  :group 'reftex-fontification-configurations
  :type 'symbol)