Function: reftex-index-goto-entry-and-hide

reftex-index-goto-entry-and-hide is an interactive and byte-compiled function defined in reftex-index.el.gz.

Signature

(reftex-index-goto-entry-and-hide)

Documentation

Go to document location in other window. Hide the *Index* window.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-index.el.gz
(defun reftex-index-goto-entry-and-hide ()
  "Go to document location in other window.  Hide the *Index* window."
  (interactive)
  (reftex-index-visit-location 'hide))