Variable: TeX-display-help
TeX-display-help is a customizable variable defined in tex.el.
Value
t
Documentation
Control type of help display when stepping through errors with M-x TeX-next-error (TeX-next-error).
If t display help buffer. If nil display message about error in
echo area. If expert display output buffer with raw processor output.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-display-help t
"Control type of help display when stepping through errors with \\[TeX-next-error].
If t display help buffer. If nil display message about error in
echo area. If `expert' display output buffer with raw processor output."
:group 'TeX-output
:type '(choice (const :tag "Help buffer" t)
(const :tag "Echo area" nil)
(const :tag "Output buffer" expert)))