diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-10-26 14:26:18 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-10-26 14:26:18 +0000 |
commit | 6daab4eda7662e373f902108d553b6364982a75d (patch) | |
tree | fc84695e00218290949513166b10a633e5233d8a /lisp | |
parent | e298936f89a49df91563ed0fb6c3d0a91689f08c (diff) | |
download | emacs-6daab4eda7662e373f902108d553b6364982a75d.tar.gz |
(kill-emacs-query-functions): Doc fix; `save-buffers-kill-emacs'
is no longer bound to a key.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | 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 <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. 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. |