Function: reftex-index-goto-entry
reftex-index-goto-entry is an interactive and byte-compiled function
defined in reftex-index.el.gz.
Signature
(reftex-index-goto-entry)
Documentation
Go to document location in other window. *Index* window stays.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-index.el.gz
(defun reftex-index-goto-entry ()
"Go to document location in other window. *Index* window stays."
(interactive)
(reftex-index-visit-location t))