aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-10-14 01:34:48 +0000
committerRichard M. Stallman2002-10-14 01:34:48 +0000
commit50befdcd46c1486e8fef6fb07df3f6278897d77d (patch)
tree865f6f1a7288ab808a9208fffb5b11a98fddbf63
parent411df82f0aa642d89ed427adeb9f52c81d06c30c (diff)
downloademacs-50befdcd46c1486e8fef6fb07df3f6278897d77d.tar.gz
emacs-50befdcd46c1486e8fef6fb07df3f6278897d77d.zip
(kill-emacs-hook): Not run in batch mode.
-rw-r--r--lispref/os.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/os.texi b/lispref/os.texi
index a6ca1a7106c..610fc651db3 100644
--- a/lispref/os.texi
+++ b/lispref/os.texi
@@ -485,7 +485,7 @@ additional confirmation from the user. If any of them returns
485@defvar kill-emacs-hook 485@defvar kill-emacs-hook
486This variable is a normal hook; once @code{save-buffers-kill-emacs} is 486This variable is a normal hook; once @code{save-buffers-kill-emacs} is
487finished with all file saving and confirmation, it runs the functions in 487finished with all file saving and confirmation, it runs the functions in
488this hook. 488this hook. This hook is not run in batch mode.
489@end defvar 489@end defvar
490 490
491@node Suspending Emacs 491@node Suspending Emacs