]> git.eshelyaron.com Git - emacs.git/commitdiff
(kill-emacs-query-functions): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 26 May 1994 01:11:06 +0000 (01:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 26 May 1994 01:11:06 +0000 (01:11 +0000)
lisp/files.el

index c2f945d5682d1f584683427114dbb62dec5705b6..746e24e9747a1f13ee3e12207b7fc0b7aec0e1aa 100644 (file)
@@ -2061,7 +2061,8 @@ If WILDCARD, it also runs the shell specified by `shell-file-name'."
                          file)))))))
 
 (defvar kill-emacs-query-functions nil
-  "Functions to call with no arguments to query about killing Emacs.")
+  "Functions to call with no arguments to query about killing Emacs.
+If any of these functions returns nil, killing Emacs is cancelled.")
 
 (defun save-buffers-kill-emacs (&optional arg)
   "Offer to save each buffer, then kill this Emacs process.