]> git.eshelyaron.com Git - emacs.git/commitdiff
Rename save-buffers-kill-terminal to save-buffers-kill-emacs
authorJuri Linkov <juri@jurta.org>
Sun, 11 Nov 2007 20:23:23 +0000 (20:23 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 11 Nov 2007 20:23:23 +0000 (20:23 +0000)
to fix previous commit.

lisp/startup.el

index 4d0af4fe27eb32f9adbde4e8aca237bbc40fae7c..ad09ff2e83443e366b6e72164cb1638de90f9f41 100644 (file)
@@ -1671,7 +1671,7 @@ To quit a partially entered command, type Control-g.\n")
   ;; use precomputed string to save lots of time.
   (if (and (eq (key-binding "\C-h") 'help-command)
           (eq (key-binding "\C-xu") 'advertised-undo)
-          (eq (key-binding "\C-x\C-c") 'save-buffers-kill-terminal)
+          (eq (key-binding "\C-x\C-c") 'save-buffers-kill-emacs)
           (eq (key-binding "\C-ht") 'help-with-tutorial)
           (eq (key-binding "\C-hi") 'info)
           (eq (key-binding "\C-hr") 'info-emacs-manual)
@@ -1726,7 +1726,7 @@ Get help\t   %s
                   'action (lambda (button) (view-order-manuals))
                   'follow-link t)
     (insert (substitute-command-keys
-            "\t   \\[view-order-manuals]\tExit Emacs\t   \\[save-buffers-kill-terminal]")))
+            "\t   \\[view-order-manuals]\tExit Emacs\t   \\[save-buffers-kill-emacs]")))
 
   ;; Say how to use the menu bar with the keyboard.
   (insert "\n")