(kill-emacs-hook): Not run in batch mode.

This commit is contained in:
Richard M. Stallman 2002-10-14 01:34:48 +00:00
parent 411df82f0a
commit 50befdcd46

View file

@ -485,7 +485,7 @@ additional confirmation from the user. If any of them returns
@defvar kill-emacs-hook
This variable is a normal hook; once @code{save-buffers-kill-emacs} is
finished with all file saving and confirmation, it runs the functions in
this hook.
this hook. This hook is not run in batch mode.
@end defvar
@node Suspending Emacs