Variable: reftex-index-include-context
reftex-index-include-context is a customizable variable defined in
reftex-vars.el.gz.
Value
nil
Documentation
Non-nil means, display the index definition context in the index buffer.
This flag may also be toggled from the index buffer with the \c key.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-index-include-context nil
"Non-nil means, display the index definition context in the index buffer.
This flag may also be toggled from the index buffer with the \\`c' key."
:group 'reftex-index-support
:type 'boolean)