diff lispref/buffers.texi @ 44346:43dc1031ba62

Fix the xref for sending SIGHUP.
author Richard M. Stallman <rms@gnu.org>
date Tue, 02 Apr 2002 21:20:43 +0000
parents 93b1df487abe
children 23a1cea22d13
line wrap: on
line diff
--- a/lispref/buffers.texi	Tue Apr 02 21:20:16 2002 +0000
+++ b/lispref/buffers.texi	Tue Apr 02 21:20:43 2002 +0000
@@ -901,7 +901,7 @@
 Any processes that have this buffer as the @code{process-buffer} are
 sent the @code{SIGHUP} signal, which normally causes them to terminate.
 (The basic meaning of @code{SIGHUP} is that a dialup line has been
-disconnected.)  @xref{Deleting Processes}.
+disconnected.)  @xref{Signals to Processes}.
 
 If the buffer is visiting a file and contains unsaved changes,
 @code{kill-buffer} asks the user to confirm before the buffer is killed.