]> git.eshelyaron.com Git - emacs.git/commitdiff
(kill-emacs-hook): Not run in batch mode.
authorRichard M. Stallman <rms@gnu.org>
Mon, 14 Oct 2002 01:34:48 +0000 (01:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 14 Oct 2002 01:34:48 +0000 (01:34 +0000)
lispref/os.texi

index a6ca1a7106c702e19a81519f2b3218d78ca0cd08..610fc651db3a8e9e4a356783a3dab5aba7a77ab3 100644 (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