From 6daab4eda7662e373f902108d553b6364982a75d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 26 Oct 2007 14:26:18 +0000 Subject: [PATCH] (kill-emacs-query-functions): Doc fix; `save-buffers-kill-emacs' is no longer bound to a key. --- lisp/ChangeLog | 5 +++++ lisp/files.el | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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. -- 2.39.2