diff options
| -rw-r--r-- | doc/emacs/entering.texi | 3 |
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 |
| 134 | default value of @code{confirm-kill-emacs} is @code{nil}. | 134 | default 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 |
| 138 | kill-emacs}. | 141 | kill-emacs}. |