changeset 20103:7867bb9ff46a

Elements of kill-emacs-query-functions return nil, not non-nil, to prevent Emacs from being killed.
author Karl Heuer <kwzh@gnu.org>
date Tue, 21 Oct 1997 03:35:06 +0000
parents c00f010468c2
children 6128508b0c31
files lispref/os.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/os.texi	Tue Oct 21 03:15:20 1997 +0000
+++ b/lispref/os.texi	Tue Oct 21 03:35:06 1997 +0000
@@ -435,7 +435,7 @@
 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