]> git.eshelyaron.com Git - emacs.git/commitdiff
(kill-emacs-query-functions): Doc fix; `save-buffers-kill-emacs'
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 26 Oct 2007 14:26:18 +0000 (14:26 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 26 Oct 2007 14:26:18 +0000 (14:26 +0000)
is no longer bound to a key.

lisp/ChangeLog
lisp/files.el

index 71525cbe8bf7e90ff96b733829858bb4090e93d1..697789e7e174cae8b85dc7142c2daf5960ab8fac 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
+
+       * files.el (kill-emacs-query-functions): Doc fix;
+       `save-buffers-kill-emacs' is no longer bound to a key.
+
 2007-10-26  Richard Stallman  <rms@gnu.org>
 
        * isearch-multi.el (isearch-buffers-multi): New option.
index b2af5c2041484c8d72ae1e630a274454cf93532d..6b0bd26efe85215a7c69cc06086a864b31d4eed7 100644 (file)
@@ -5286,9 +5286,8 @@ message to that effect instead of signaling an error."
 (defvar kill-emacs-query-functions nil
   "Functions to call with no arguments to query about killing Emacs.
 If any of these functions returns nil, killing Emacs is cancelled.
-`save-buffers-kill-emacs' (\\[save-buffers-kill-emacs]) calls these functions,
-but `kill-emacs', the low level primitive, does not.
-See also `kill-emacs-hook'.")
+`save-buffers-kill-emacs' calls these functions, but `kill-emacs',
+the low level primitive, does not.  See also `kill-emacs-hook'.")
 
 (defcustom confirm-kill-emacs nil
   "How to ask for confirmation when leaving Emacs.