Function: TeX-error-overview-jump-to-source

TeX-error-overview-jump-to-source is an interactive and byte-compiled function defined in tex.el.

Signature

(TeX-error-overview-jump-to-source)

Documentation

Display the help and move point to the error source.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-error-overview-jump-to-source ()
  "Display the help and move point to the error source."
  (interactive)
  (TeX-error-overview-goto-source)
  (pop-to-buffer
   (save-window-excursion
     (select-window TeX-error-overview-orig-window)
     (current-buffer))))