summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-10-14 01:34:48 +0000
committerRichard M. Stallman <rms@gnu.org>2002-10-14 01:34:48 +0000
commit50befdcd46c1486e8fef6fb07df3f6278897d77d (patch)
tree865f6f1a7288ab808a9208fffb5b11a98fddbf63 /lispref
parent411df82f0aa642d89ed427adeb9f52c81d06c30c (diff)
downloademacs-50befdcd46c1486e8fef6fb07df3f6278897d77d.tar.gz
(kill-emacs-hook): Not run in batch mode.
Diffstat (limited to 'lispref')
-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
@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