mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
Fix the xref for sending SIGHUP.
This commit is contained in:
parent
5517ea8a30
commit
208402b7bc
@ -901,7 +901,7 @@ returns @code{nil}.
|
|||||||
Any processes that have this buffer as the @code{process-buffer} are
|
Any processes that have this buffer as the @code{process-buffer} are
|
||||||
sent the @code{SIGHUP} signal, which normally causes them to terminate.
|
sent the @code{SIGHUP} signal, which normally causes them to terminate.
|
||||||
(The basic meaning of @code{SIGHUP} is that a dialup line has been
|
(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,
|
If the buffer is visiting a file and contains unsaved changes,
|
||||||
@code{kill-buffer} asks the user to confirm before the buffer is killed.
|
@code{kill-buffer} asks the user to confirm before the buffer is killed.
|
||||||
|
Loading…
Reference in New Issue
Block a user