summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-24 22:36:08 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-24 22:36:08 +0000
commit514b8055d3446b9ed553b6dac52343ec01f53fb2 (patch)
tree732bc3f251d3b3a572bece6ae7f2356f4982df13 /lispref
parent64855d7b59151ce54c9a4ffc83cdf09b518ef18e (diff)
downloademacs-514b8055d3446b9ed553b6dac52343ec01f53fb2.tar.gz
Fix backwards test in kill-buffer-query-functions.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/buffers.texi2
1 files changed, 1 insertions, 1 deletions
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