]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fkill_buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 12 Jun 1996 21:47:03 +0000 (21:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 12 Jun 1996 21:47:03 +0000 (21:47 +0000)
src/buffer.c

index 1728596e3c46e300cf62cd7cb149b8b589deec47..b5f967df2860bc4160a15404e4d66b65190a0177 100644 (file)
@@ -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;
 {