Mercurial > emacs
changeset 44346:43dc1031ba62
Fix the xref for sending SIGHUP.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 02 Apr 2002 21:20:43 +0000 |
parents | d2f43521efb4 |
children | 3822c9623366 |
files | lispref/buffers.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/buffers.texi Tue Apr 02 21:20:16 2002 +0000 +++ b/lispref/buffers.texi Tue Apr 02 21:20:43 2002 +0000 @@ -901,7 +901,7 @@ 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.