Function: reftex-toc-toggle-follow

reftex-toc-toggle-follow is an interactive and byte-compiled function defined in reftex-toc.el.gz.

Signature

(reftex-toc-toggle-follow)

Documentation

Toggle follow (other window follows with context).

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-toc.el.gz
(defun reftex-toc-toggle-follow ()
  "Toggle follow (other window follows with context)."
  (interactive)
  (setq reftex-last-follow-point -1)
  (setq reftex-toc-follow-mode (not reftex-toc-follow-mode)))