diff options
| author | Richard M. Stallman <rms@gnu.org> | 1994-05-26 01:11:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1994-05-26 01:11:06 +0000 |
| commit | 65d5c6de9f58a1d45ced5efe3f2ac5131a699ec7 (patch) | |
| tree | ff2cdd0f25e424e124703088c2fc264112ff1dfa | |
| parent | 983d99b5365d68dae79af890ef12425ca23c5e57 (diff) | |
| download | emacs-65d5c6de9f58a1d45ced5efe3f2ac5131a699ec7.tar.gz | |
(kill-emacs-query-functions): Doc fix.
| -rw-r--r-- | lisp/files.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index c2f945d5682..746e24e9747 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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. |
