branch: externals/auctex commit ac9405b6762877f0e7925fe36bf61f63aeca5322 Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
* doc/auctex.texi (Modes and Hooks): Fix hook name. --- doc/auctex.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/auctex.texi b/doc/auctex.texi index 5ae6edf..2cca938 100644 --- a/doc/auctex.texi +++ b/doc/auctex.texi @@ -4116,7 +4116,7 @@ and if it is relevant for all text modes, append it to Other useful hooks are listed below. -@defvr Variable TeX-after-compilation-finished-hook +@defvr Variable TeX-after-compilation-finished-functions Hook which is run after the @TeX{}/@LaTeX{} processor has successfully finished compiling your document. (@xref{Processing}, for finding out how to compile your document.) Each function in the hook is run with @@ -4127,7 +4127,7 @@ re-compilation especially when using Emacs viewers such as DocView or PDF Tools. The function @code{TeX-revert-document-buffer} can be added to the hook for this purpose. @end defvr -@vindex TeX-after-compilation-finished-hook +@vindex TeX-after-compilation-finished-functions @findex TeX-revert-document-buffer @node Multifile