changeset 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 5fbc009f3dc3
children 6447f9b3c966
files lisp/files.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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.