]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the xref for sending SIGHUP.
authorRichard M. Stallman <rms@gnu.org>
Tue, 2 Apr 2002 21:20:43 +0000 (21:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 2 Apr 2002 21:20:43 +0000 (21:20 +0000)
lispref/buffers.texi

index 869429a7a81666875decf7d24404670d3b1daac0..b0c79cd28d5efc87a06242ba792ec379c6bf35aa 100644 (file)
@@ -901,7 +901,7 @@ returns @code{nil}.
 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.