diff options
Diffstat (limited to 'doc/emacs/entering.texi')
-rw-r--r-- | doc/emacs/entering.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/emacs/entering.texi b/doc/emacs/entering.texi index d6cb3cb8b09..7f186cfafe5 100644 --- a/doc/emacs/entering.texi +++ b/doc/emacs/entering.texi @@ -133,6 +133,11 @@ run. One convenient function to use as the value of @code{confirm-kill-emacs} is the function @code{yes-or-no-p}. The default value of @code{confirm-kill-emacs} is @code{nil}. +@vindex confirm-kill-processes + If the value of the variable @code{confirm-kill-processes} is +@code{nil}, @kbd{C-x C-c} does not ask for confirmation before killing +subprocesses started by Emacs. The value is @code{t} by default. + To further customize what happens when Emacs is exiting, see @ref{Killing Emacs,,, elisp, The GNU Emacs Lisp Reference Manual}. |