1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

Fix the xref for sending SIGHUP.

This commit is contained in:
Richard M. Stallman 2002-04-02 21:20:43 +00:00
parent 5517ea8a30
commit 208402b7bc

View 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.