Mercurial > emacs
changeset 11545:a91fcb58e8d2
Fix backwards test in kill-buffer-query-functions.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 24 Apr 1995 22:36:08 +0000 |
parents | cc965273a769 |
children | 66db15ec8ad8 |
files | lispref/buffers.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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