Variable: TeX-after-document-hook
TeX-after-document-hook is a variable defined in latex.el.
Value
nil
Documentation
List of functions to be run at the end of TeX-arg-document.
To insert a hook here, you must insert it in the appropiate style file.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar TeX-after-document-hook nil
"List of functions to be run at the end of `TeX-arg-document'.
To insert a hook here, you must insert it in the appropiate style file.")