diff options
| author | Richard M. Stallman | 1995-04-24 22:36:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-24 22:36:08 +0000 |
| commit | c25b40ed7448358f31f9c506fe7627a9b6ade5ca (patch) | |
| tree | cc22b77d67aa04f53ac3f978687d97d677a2bf99 | |
| parent | 0ad5446c5565e6c60ae5f51b54ef726b456e3472 (diff) | |
| download | emacs-c25b40ed7448358f31f9c506fe7627a9b6ade5ca.tar.gz emacs-c25b40ed7448358f31f9c506fe7627a9b6ade5ca.zip | |
Fix backwards test in kill-buffer-query-functions.
| -rw-r--r-- | lispref/buffers.texi | 2 |
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, | |||
| 695 | with no arguments. The buffer being killed is the current buffer when | 695 | with no arguments. The buffer being killed is the current buffer when |
| 696 | they are called. The idea is that these functions ask for confirmation | 696 | they are called. The idea is that these functions ask for confirmation |
| 697 | from the user for various nonstandard reasons. If any of them returns | 697 | from the user for various nonstandard reasons. If any of them returns |
| 698 | non-@code{nil}, @code{kill-buffer} spares the buffer's life. | 698 | @code{nil}, @code{kill-buffer} spares the buffer's life. |
| 699 | @end defvar | 699 | @end defvar |
| 700 | 700 | ||
| 701 | @defvar kill-buffer-hook | 701 | @defvar kill-buffer-hook |