From 78c793d1171dc0641a0c8d2cc18dd8ea1bd509a5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 2 Mar 1995 19:36:40 +0000 Subject: [PATCH] (kill-emacs-query-functions): Doc fix. --- lisp/files.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index cf6f021370..9a4b748b14 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. -- 2.39.2