aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1997-10-21 03:35:06 +0000
committerKarl Heuer1997-10-21 03:35:06 +0000
commit48bad490010cf330931db04ee354134168b475a7 (patch)
treecfa9a99fcb3621f8cb82737ceb9db9050495ead7
parent396e0b08c6f722135e0e24d42751ce9544efe63a (diff)
downloademacs-48bad490010cf330931db04ee354134168b475a7.tar.gz
emacs-48bad490010cf330931db04ee354134168b475a7.zip
Elements of kill-emacs-query-functions return nil, not non-nil,
to prevent Emacs from being killed.
-rw-r--r--lispref/os.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/os.texi b/lispref/os.texi
index 3c7e46518f3..9a09667e914 100644
--- a/lispref/os.texi
+++ b/lispref/os.texi
@@ -435,7 +435,7 @@ After asking the standard questions, @code{save-buffers-kill-emacs}
435calls the functions in the list @code{kill-buffer-query-functions}, in 435calls the functions in the list @code{kill-buffer-query-functions}, in
436order of appearance, with no arguments. These functions can ask for 436order of appearance, with no arguments. These functions can ask for
437additional confirmation from the user. If any of them returns 437additional confirmation from the user. If any of them returns
438non-@code{nil}, Emacs is not killed. 438@code{nil}, Emacs is not killed.
439@end defvar 439@end defvar
440 440
441@defvar kill-emacs-hook 441@defvar kill-emacs-hook