Fix the xref for sending SIGHUP.
This commit is contained in:
parent
5517ea8a30
commit
208402b7bc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue