Variable: reftex-revisit-to-follow
reftex-revisit-to-follow is a customizable variable defined in
reftex-vars.el.gz.
Value
nil
Documentation
Non-nil means, follow-mode(var)/follow-mode(fun) will revisit files if necessary.
If nil, follow-mode(var)/follow-mode(fun) will be suspended for stuff in unvisited files.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-revisit-to-follow nil
"Non-nil means, `follow-mode' will revisit files if necessary.
If nil, `follow-mode' will be suspended for stuff in unvisited files."
:group 'reftex-table-of-contents-browser
:group 'reftex-referencing-labels
:type 'boolean)