diff lisp/files.el @ 7686:814e18e2d3d4

(kill-emacs-query-functions): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 26 May 1994 01:11:06 +0000
parents ce09b4fd6cc8
children 3846302b9c9c
line wrap: on
line diff
--- a/lisp/files.el	Wed May 25 23:06:05 1994 +0000
+++ b/lisp/files.el	Thu May 26 01:11:06 1994 +0000
@@ -2061,7 +2061,8 @@
 			  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.