1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

Elements of kill-emacs-query-functions return nil, not non-nil,

to prevent Emacs from being killed.
This commit is contained in:
Karl Heuer 1997-10-21 03:35:06 +00:00
parent 396e0b08c6
commit 48bad49001

View File

@ -435,7 +435,7 @@ After asking the standard questions, @code{save-buffers-kill-emacs}
calls the functions in the list @code{kill-buffer-query-functions}, in
order of appearance, with no arguments. These functions can ask for
additional confirmation from the user. If any of them returns
non-@code{nil}, Emacs is not killed.
@code{nil}, Emacs is not killed.
@end defvar
@defvar kill-emacs-hook