Function: reftex-index-mouse-goto-line-and-hide

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

Signature

(reftex-index-mouse-goto-line-and-hide EV)

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-mouse-goto-line-and-hide (ev)
  "Go to document location in other window.  Hide the *Index* window."
  (interactive "e")
  (mouse-set-point ev)
  (reftex-index-visit-location 'hide))