Mercurial > emacs
changeset 10901:218400c0a4a7
(kill-emacs-query-functions): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 02 Mar 1995 19:36:40 +0000 |
parents | 5b375fee0e1f |
children | a8ec3a55a1d9 |
files | lisp/files.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Thu Mar 02 15:55:09 1995 +0000 +++ b/lisp/files.el Thu Mar 02 19:36:40 1995 +0000 @@ -2231,7 +2231,10 @@ (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.") +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'.") (defun save-buffers-kill-emacs (&optional arg) "Offer to save each buffer, then kill this Emacs process.