From c25b40ed7448358f31f9c506fe7627a9b6ade5ca Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 24 Apr 1995 22:36:08 +0000 Subject: [PATCH] Fix backwards test in kill-buffer-query-functions. --- lispref/buffers.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/buffers.texi b/lispref/buffers.texi index c37b98d3cdc..4ce4c4c2037 100644 --- a/lispref/buffers.texi +++ b/lispref/buffers.texi @@ -695,7 +695,7 @@ in the list @code{kill-buffer-query-functions}, in order of appearance, with no arguments. The buffer being killed is the current buffer when they are called. The idea is that these functions ask for confirmation from the user for various nonstandard reasons. If any of them returns -non-@code{nil}, @code{kill-buffer} spares the buffer's life. +@code{nil}, @code{kill-buffer} spares the buffer's life. @end defvar @defvar kill-buffer-hook -- 2.39.5