Variable: TeX-sentinel-function
TeX-sentinel-function is a buffer-local variable defined in tex.el.
Documentation
Hook to cleanup TeX command buffer after termination of PROCESS.
NAME is the name of the process.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar-local TeX-sentinel-function (lambda (_process _name) nil)
"Hook to cleanup TeX command buffer after termination of PROCESS.
NAME is the name of the process.")