Mercurial > emacs
changeset 15421:2dc1a3e42a20
(Fkill_buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 12 Jun 1996 21:47:03 +0000 |
parents | 877d4b6fd768 |
children | dd639432a55a |
files | src/buffer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Wed Jun 12 21:45:45 1996 +0000 +++ b/src/buffer.c Wed Jun 12 21:47:03 1996 +0000 @@ -921,7 +921,7 @@ 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; {