diff options
| author | Richard M. Stallman | 2002-04-02 21:20:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-04-02 21:20:43 +0000 |
| commit | 208402b7bcf832921a7fcdc010b26dc33d22c043 (patch) | |
| tree | 089583db9bee2fc4404af84dcb31b24d6e13676e | |
| parent | 5517ea8a30af128849bfb151cb583688d8da5c1d (diff) | |
| download | emacs-208402b7bcf832921a7fcdc010b26dc33d22c043.tar.gz emacs-208402b7bcf832921a7fcdc010b26dc33d22c043.zip | |
Fix the xref for sending SIGHUP.
| -rw-r--r-- | lispref/buffers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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}. | |||
| 901 | Any processes that have this buffer as the @code{process-buffer} are | 901 | Any processes that have this buffer as the @code{process-buffer} are |
| 902 | sent the @code{SIGHUP} signal, which normally causes them to terminate. | 902 | sent the @code{SIGHUP} signal, which normally causes them to terminate. |
| 903 | (The basic meaning of @code{SIGHUP} is that a dialup line has been | 903 | (The basic meaning of @code{SIGHUP} is that a dialup line has been |
| 904 | disconnected.) @xref{Deleting Processes}. | 904 | disconnected.) @xref{Signals to Processes}. |
| 905 | 905 | ||
| 906 | If the buffer is visiting a file and contains unsaved changes, | 906 | If the buffer is visiting a file and contains unsaved changes, |
| 907 | @code{kill-buffer} asks the user to confirm before the buffer is killed. | 907 | @code{kill-buffer} asks the user to confirm before the buffer is killed. |