Function: reftex-toc-goto-line

reftex-toc-goto-line is an interactive and byte-compiled function defined in reftex-toc.el.gz.

Signature

(reftex-toc-goto-line)

Documentation

Go to document location in other window. TOC window stays.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-toc.el.gz
(defun reftex-toc-goto-line ()
  "Go to document location in other window.  TOC window stays."
  (interactive)
  (reftex-toc-dframe-p nil 'error)
  (reftex-toc-visit-location t))