aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
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