diff options
| author | Richard M. Stallman | 1996-06-12 21:47:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-06-12 21:47:03 +0000 |
| commit | b64d74423e8b9c7e680adb88f4325b66f48c5b0c (patch) | |
| tree | 68df12f3201d436507ce6a499f4ab6533856219b /src/buffer.c | |
| parent | eee841c36e3f7a62ced28ba20b4bb577b70d924d (diff) | |
| download | emacs-b64d74423e8b9c7e680adb88f4325b66f48c5b0c.tar.gz emacs-b64d74423e8b9c7e680adb88f4325b66f48c5b0c.zip | |
(Fkill_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
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\ | |||
| 921 | before the buffer is actually killed. The buffer to be killed is current\n\ | 921 | before the buffer is actually killed. The buffer to be killed is current\n\ |
| 922 | when the hook functions are called.\n\n\ | 922 | when the hook functions are called.\n\n\ |
| 923 | Any processes that have this buffer as the `process-buffer' are killed\n\ | 923 | Any processes that have this buffer as the `process-buffer' are killed\n\ |
| 924 | with `delete-process'.") | 924 | with SIGHUP.") |
| 925 | (buffer) | 925 | (buffer) |
| 926 | Lisp_Object buffer; | 926 | Lisp_Object buffer; |
| 927 | { | 927 | { |