Variable: LaTeX-after-modify-env-hook
LaTeX-after-modify-env-hook is a variable defined in latex.el.
Value
nil
Documentation
List of functions to be run at the end of LaTeX-modify-environment.
Each function is called with four arguments: the new name of the
environment, the former name of the environment, the buffer
position just before \begin and the position just before
\end.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar LaTeX-after-modify-env-hook nil
"List of functions to be run at the end of `LaTeX-modify-environment'.
Each function is called with four arguments: the new name of the
environment, the former name of the environment, the buffer
position just before \\begin and the position just before
\\end.")