Variable: reftex-index-follow-mode

reftex-index-follow-mode is a customizable variable defined in reftex-vars.el.gz.

Value

nil

Documentation

Non-nil means, point in *Index* buffer will cause other window to follow.

The other window will show the corresponding part of the document. This flag can be toggled from within the *Index* buffer with the \f key.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-index-follow-mode nil
  "Non-nil means, point in *Index* buffer will cause other window to follow.
The other window will show the corresponding part of the document.
This flag can be toggled from within the *Index* buffer with the \\`f' key."
  :group 'reftex-table-of-contents-browser
  :type 'boolean)