Function: reftex-toc-view-line
reftex-toc-view-line is an interactive and byte-compiled function
defined in reftex-toc.el.gz.
Signature
(reftex-toc-view-line)
Documentation
View document location in other window.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-toc.el.gz
(defun reftex-toc-view-line ()
"View document location in other window."
(interactive)
(reftex-toc-dframe-p nil 'error)
(reftex-toc-visit-location))