From: Richard M. Stallman Date: Thu, 2 Mar 1995 19:36:40 +0000 (+0000) Subject: (kill-emacs-query-functions): Doc fix. X-Git-Tag: emacs-19.34~4957 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78c793d1171dc0641a0c8d2cc18dd8ea1bd509a5;p=emacs.git (kill-emacs-query-functions): Doc fix. --- diff --git a/lisp/files.el b/lisp/files.el index cf6f0213706..9a4b748b14f 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2231,7 +2231,10 @@ If WILDCARD, it also runs the shell specified by `shell-file-name'." (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.