From: Karl Heuer Date: Tue, 21 Oct 1997 03:35:06 +0000 (+0000) Subject: Elements of kill-emacs-query-functions return nil, not non-nil, X-Git-Tag: emacs-20.3~2970 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48bad490010cf330931db04ee354134168b475a7;p=emacs.git Elements of kill-emacs-query-functions return nil, not non-nil, to prevent Emacs from being killed. --- 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} 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