]> git.eshelyaron.com Git - emacs.git/commitdiff
(Exiting): Document change of C-x C-c to save-buffers-kill-terminal.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 10 Oct 2008 18:21:33 +0000 (18:21 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 10 Oct 2008 18:21:33 +0000 (18:21 +0000)
Document kill-emacs.

doc/emacs/entering.texi

index bb8fa1f3029435fb7f7220f9ed9e073f1700f8d7..8cf04bc9fbc4f22c4ca79005e19c1e4f8e651a16 100644 (file)
@@ -72,16 +72,16 @@ features exist mainly for advanced users.  @xref{Emacs Invocation}.
 
 @table @kbd
 @item C-x C-c
-Kill Emacs (@code{save-buffers-kill-emacs}).
+Kill Emacs (@code{save-buffers-kill-terminal}).
 @item C-z
 Suspend Emacs (@code{suspend-emacs}) or iconify a frame
 (@code{iconify-or-deiconify-frame}).
 @end table
 
 @kindex C-x C-c
-@findex save-buffers-kill-emacs
+@findex save-buffers-kill-terminal
   @dfn{Killing} Emacs means terminating the Emacs program.  To do
-this, type @kbd{C-x C-c} (@code{save-buffers-kill-emacs}).  A
+this, type @kbd{C-x C-c} (@code{save-buffers-kill-terminal}).  A
 two-character key is used to make it harder to type by accident.  If
 there are any modified file-visiting buffers when you type @kbd{C-x
 C-c}, Emacs first offers to save these buffers.  If you do not save
@@ -90,6 +90,10 @@ will be lost.  Emacs also asks for confirmation if any subprocesses
 are still running, since killing Emacs will also kill the subprocesses
 (@pxref{Shell}).
 
+  @kbd{C-x C-c} behaves specially if you are using Emacs as a server.
+If you type it from a ``client frame'', it closes the client
+connection.  @xref{Emacs Server}.
+
   Emacs can, optionally, record certain session information when you
 kill it, such as the files you were visiting at the time.  This
 information is then available the next time you start Emacs.
@@ -104,6 +108,10 @@ 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}.
 
+@findex kill-emacs
+  To kill Emacs without being prompted about saving, type @kbd{M-x
+kill-emacs}.
+
 @cindex minimizing a frame
 @cindex iconifying
 @cindex suspending