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:
parent
396e0b08c6
commit
48bad49001
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user