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

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

Signature

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

Documentation

Go to document location in other window. Hide the TOC window.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-toc.el.gz
(defun reftex-toc-mouse-goto-line-and-hide (ev)
  "Go to document location in other window.  Hide the TOC window."
  (interactive "e")
  (mouse-set-point ev)
  (reftex-toc-dframe-p nil 'error)
  (reftex-toc-visit-location 'hide))