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
commitb64d74423e8b9c7e680adb88f4325b66f48c5b0c (patch)
tree68df12f3201d436507ce6a499f4ab6533856219b
parenteee841c36e3f7a62ced28ba20b4bb577b70d924d (diff)
downloademacs-b64d74423e8b9c7e680adb88f4325b66f48c5b0c.tar.gz
emacs-b64d74423e8b9c7e680adb88f4325b66f48c5b0c.tar.bz2
emacs-b64d74423e8b9c7e680adb88f4325b66f48c5b0c.zip
(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;
{