aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-29 15:52:18 +0200
committerLars Ingebrigtsen2016-05-01 19:27:08 +0200
commit92559c74ab7e7d0131c4512e22ed292e1f1e7fb6 (patch)
tree15c24e3ffdd0a9559593ac4c75889f5a71a12a8d
parentcc00738ff274c523d3b7ff479c35a1c4b213719d (diff)
downloademacs-92559c74ab7e7d0131c4512e22ed292e1f1e7fb6.tar.gz
emacs-92559c74ab7e7d0131c4512e22ed292e1f1e7fb6.zip
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 bc5f27aa099cdde02ca66e71501b89300685ab28)
-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}.