summaryrefslogtreecommitdiff
path: root/lispref/buffers.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-04-02 21:20:43 +0000
committerRichard M. Stallman <rms@gnu.org>2002-04-02 21:20:43 +0000
commit208402b7bcf832921a7fcdc010b26dc33d22c043 (patch)
tree089583db9bee2fc4404af84dcb31b24d6e13676e /lispref/buffers.texi
parent5517ea8a30af128849bfb151cb583688d8da5c1d (diff)
downloademacs-208402b7bcf832921a7fcdc010b26dc33d22c043.tar.gz
Fix the xref for sending SIGHUP.
Diffstat (limited to 'lispref/buffers.texi')
-rw-r--r--lispref/buffers.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/buffers.texi b/lispref/buffers.texi
index 869429a7a81..b0c79cd28d5 100644
--- a/lispref/buffers.texi
+++ b/lispref/buffers.texi
@@ -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.