aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-29 15:52:18 +0200
committerLars Ingebrigtsen2016-04-29 15:52:18 +0200
commitbc5f27aa099cdde02ca66e71501b89300685ab28 (patch)
tree445dec6ccd9d50a222f7a6fc3c8c050f64bc29d0
parente4c7657b0d1a31d64ca24bc64b5480cd7687e332 (diff)
downloademacs-bc5f27aa099cdde02ca66e71501b89300685ab28.tar.gz
emacs-bc5f27aa099cdde02ca66e71501b89300685ab28.zip
Link from (emacs)Exiting to (lisp)Killing Emacs
* doc/emacs/entering.texi (Exiting): Link to the lispref manual for further customisations (bug#15445).
-rw-r--r--doc/emacs/entering.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/emacs/entering.texi b/doc/emacs/entering.texi
index 3e936e73944..66817e3067f 100644
--- a/doc/emacs/entering.texi
+++ b/doc/emacs/entering.texi
@@ -133,6 +133,9 @@ run. One convenient function to use as the value of
133@code{confirm-kill-emacs} is the function @code{yes-or-no-p}. The 133@code{confirm-kill-emacs} is the function @code{yes-or-no-p}. The
134default value of @code{confirm-kill-emacs} is @code{nil}. 134default value of @code{confirm-kill-emacs} is @code{nil}.
135 135
136 To further customize what happens when Emacs is exiting, see
137@ref{Killing Emacs,,, elisp, The GNU Emacs Lisp Reference Manual}.
138
136@findex kill-emacs 139@findex kill-emacs
137 To kill Emacs without being prompted about saving, type @kbd{M-x 140 To kill Emacs without being prompted about saving, type @kbd{M-x
138kill-emacs}. 141kill-emacs}.