aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-12 21:47:03 +0000
committerRichard M. Stallman1996-06-12 21:47:03 +0000
commitb64d74423e8b9c7e680adb88f4325b66f48c5b0c (patch)
tree68df12f3201d436507ce6a499f4ab6533856219b /src/buffer.c
parenteee841c36e3f7a62ced28ba20b4bb577b70d924d (diff)
downloademacs-b64d74423e8b9c7e680adb88f4325b66f48c5b0c.tar.gz
emacs-b64d74423e8b9c7e680adb88f4325b66f48c5b0c.zip
(Fkill_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
-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\
921before the buffer is actually killed. The buffer to be killed is current\n\ 921before the buffer is actually killed. The buffer to be killed is current\n\
922when the hook functions are called.\n\n\ 922when the hook functions are called.\n\n\
923Any processes that have this buffer as the `process-buffer' are killed\n\ 923Any processes that have this buffer as the `process-buffer' are killed\n\
924with `delete-process'.") 924with SIGHUP.")
925 (buffer) 925 (buffer)
926 Lisp_Object buffer; 926 Lisp_Object buffer;
927{ 927{