# HG changeset patch # User Richard M. Stallman # Date 769914666 0 # Node ID 814e18e2d3d4f90ce932823732d4cba1616e4a9e # Parent 5fbc009f3dc346c41f832d1c9fc12adec8325a80 (kill-emacs-query-functions): Doc fix. diff -r 5fbc009f3dc3 -r 814e18e2d3d4 lisp/files.el --- 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.