From b64d74423e8b9c7e680adb88f4325b66f48c5b0c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 12 Jun 1996 21:47:03 +0000 Subject: [PATCH] (Fkill_buffer): Doc fix. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buffer.c b/src/buffer.c index 1728596e3c..b5f967df28 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; { -- 2.20.1