From 208402b7bcf832921a7fcdc010b26dc33d22c043 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 2 Apr 2002 21:20:43 +0000 Subject: [PATCH] Fix the xref for sending SIGHUP. --- lispref/buffers.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}. 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.