Function: TeX-error-overview-goto-log
TeX-error-overview-goto-log is an interactive and byte-compiled
function defined in tex.el.
Signature
(TeX-error-overview-goto-log)
Documentation
Display the current error in log buffer.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-error-overview-goto-log ()
"Display the current error in log buffer."
(interactive)
(let ((TeX-display-help 'expert))
(TeX-error-overview-goto-source)))