Variable: reftex-toc-include-index-entries
reftex-toc-include-index-entries is a customizable variable defined in
reftex-vars.el.gz.
Value
nil
Documentation
Non-nil means, include index entries in *toc* buffer.
This flag can be toggled from within the *toc* buffer with the \i key.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-toc-include-index-entries nil
"Non-nil means, include index entries in *toc* buffer.
This flag can be toggled from within the *toc* buffer with the \\`i' key."
:group 'reftex-table-of-contents-browser
:type 'boolean)