diff options
| -rw-r--r-- | lispref/os.texi | 2 |
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 |
| 486 | This variable is a normal hook; once @code{save-buffers-kill-emacs} is | 486 | This variable is a normal hook; once @code{save-buffers-kill-emacs} is |
| 487 | finished with all file saving and confirmation, it runs the functions in | 487 | finished with all file saving and confirmation, it runs the functions in |
| 488 | this hook. | 488 | this 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 |