From: Juri Linkov Date: Sun, 11 Nov 2007 20:23:23 +0000 (+0000) Subject: Rename save-buffers-kill-terminal to save-buffers-kill-emacs X-Git-Tag: emacs-pretest-22.1.90~397 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=079fa3cb265e8ace1934981b744b3127e89bcce6;p=emacs.git Rename save-buffers-kill-terminal to save-buffers-kill-emacs to fix previous commit. --- diff --git a/lisp/startup.el b/lisp/startup.el index 4d0af4fe27e..ad09ff2e834 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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")