Function: reftex-select-toggle-follow
reftex-select-toggle-follow is an interactive and byte-compiled
function defined in reftex-sel.el.gz.
Signature
(reftex-select-toggle-follow)
Documentation
Toggle follow mode: Other window follows with full context.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-sel.el.gz
(defun reftex-select-toggle-follow ()
"Toggle follow mode: Other window follows with full context."
(interactive)
(setq reftex-last-follow-point -1)
(setq reftex--cb-flag (not reftex--cb-flag)))