summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-06-12 21:47:03 +0000
committerRichard M. Stallman <rms@gnu.org>1996-06-12 21:47:03 +0000
commitd597cf9d58f7c8f1af7294eb056cf573af78be77 (patch)
tree0984b001f22a31c6ae260e9113d8faa6f153fcb1
parent9b7191d455d9bc19110d46d3337036f06e00cd2c (diff)
downloademacs-d597cf9d58f7c8f1af7294eb056cf573af78be77.tar.gz
(Fkill_buffer): Doc fix.
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 1728596e3c4..b5f967df286 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -921,7 +921,7 @@ if not void, is a list of functions to be called, with no arguments,\n\
before the buffer is actually killed. The buffer to be killed is current\n\
when the hook functions are called.\n\n\
Any processes that have this buffer as the `process-buffer' are killed\n\
-with `delete-process'.")
+with SIGHUP.")
(buffer)
Lisp_Object buffer;
{