aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-02 21:20:43 +0000
committerRichard M. Stallman2002-04-02 21:20:43 +0000
commit208402b7bcf832921a7fcdc010b26dc33d22c043 (patch)
tree089583db9bee2fc4404af84dcb31b24d6e13676e
parent5517ea8a30af128849bfb151cb583688d8da5c1d (diff)
downloademacs-208402b7bcf832921a7fcdc010b26dc33d22c043.tar.gz
emacs-208402b7bcf832921a7fcdc010b26dc33d22c043.zip
Fix the xref for sending SIGHUP.
-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}.
901Any processes that have this buffer as the @code{process-buffer} are 901Any processes that have this buffer as the @code{process-buffer} are
902sent the @code{SIGHUP} signal, which normally causes them to terminate. 902sent the @code{SIGHUP} signal, which normally causes them to terminate.
903(The basic meaning of @code{SIGHUP} is that a dialup line has been 903(The basic meaning of @code{SIGHUP} is that a dialup line has been
904disconnected.) @xref{Deleting Processes}. 904disconnected.) @xref{Signals to Processes}.
905 905
906If the buffer is visiting a file and contains unsaved changes, 906If the buffer is visiting a file and contains unsaved changes,
907@code{kill-buffer} asks the user to confirm before the buffer is killed. 907@code{kill-buffer} asks the user to confirm before the buffer is killed.