From: Juanma Barranquero Date: Fri, 26 Oct 2007 14:26:18 +0000 (+0000) Subject: (kill-emacs-query-functions): Doc fix; `save-buffers-kill-emacs' X-Git-Tag: emacs-pretest-23.0.90~10051 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6daab4eda7662e373f902108d553b6364982a75d;p=emacs.git (kill-emacs-query-functions): Doc fix; `save-buffers-kill-emacs' is no longer bound to a key. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 71525cbe8bf..697789e7e17 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-10-26 Juanma Barranquero + + * files.el (kill-emacs-query-functions): Doc fix; + `save-buffers-kill-emacs' is no longer bound to a key. + 2007-10-26 Richard Stallman * isearch-multi.el (isearch-buffers-multi): New option. diff --git a/lisp/files.el b/lisp/files.el index b2af5c20414..6b0bd26efe8 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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.