Variable: reftex-toc-include-file-boundaries

reftex-toc-include-file-boundaries is a customizable variable defined in reftex-vars.el.gz.

Value

nil

Documentation

Non-nil means, include file boundaries in *toc* buffer.

This flag can be toggled from within the *toc* buffer with the \F key.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-toc-include-file-boundaries nil
  "Non-nil means, include file boundaries in *toc* buffer.
This flag can be toggled from within the *toc* buffer with the \\`F' key."
  :group 'reftex-table-of-contents-browser
  :type 'boolean)