# HG changeset patch # User Richard M. Stallman # Date 798762968 0 # Node ID a91fcb58e8d2e8e135ad1404bbaf9d1fd65fa97b # Parent cc965273a76928c6b24d903c735fd5c8661de979 Fix backwards test in kill-buffer-query-functions. diff -r cc965273a769 -r a91fcb58e8d2 lispref/buffers.texi --- a/lispref/buffers.texi Mon Apr 24 22:34:27 1995 +0000 +++ b/lispref/buffers.texi Mon Apr 24 22:36:08 1995 +0000 @@ -695,7 +695,7 @@ 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