Variable: TeX-error-overview-buffer-name

TeX-error-overview-buffer-name is a variable defined in tex.el.

Value

"*TeX errors*"

Documentation

Name of the buffer in which to show error list.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defconst TeX-error-overview-buffer-name "*TeX errors*"
  "Name of the buffer in which to show error list.")