forked from Github/emacs
Link from (emacs)Exiting to (lisp)Killing Emacs
* doc/emacs/entering.texi (Exiting): Link to the lispref
manual for further customisations (bug#15445).
(cherry picked from commit bc5f27aa09)
This commit is contained in:
parent
cc00738ff2
commit
92559c74ab
1 changed files with 3 additions and 0 deletions
|
|
@ -133,6 +133,9 @@ 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}.
|
||||
|
||||
To further customize what happens when Emacs is exiting, see
|
||||
@ref{Killing Emacs,,, elisp, The GNU Emacs Lisp Reference Manual}.
|
||||
|
||||
@findex kill-emacs
|
||||
To kill Emacs without being prompted about saving, type @kbd{M-x
|
||||
kill-emacs}.
|
||||
|
|
|
|||
Loading…
Reference in a new issue