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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue