]> git.eshelyaron.com Git - emacs.git/commitdiff
(confirm-kill-emacs): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 29 Jan 2001 17:06:56 +0000 (17:06 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 29 Jan 2001 17:06:56 +0000 (17:06 +0000)
lisp/files.el

index 275c2ef0b4f1e175f9796d536edde7d59b085eb7..243dd3a8442fab647f08e8bd0e496f4177fa5b49 100644 (file)
@@ -3645,7 +3645,9 @@ but `kill-emacs', the low level primitive, does not.
 See also `kill-emacs-hook'.")
 
 (defcustom confirm-kill-emacs nil
-  "Ask for confirmation when leaving Emacs."
+  "How to ask for confirmation when leaving Emacs.
+If nil, the default, don't ask at all.  If the value is non-nil, it should
+be a predicate function such as `yes-or-no-p'."
   :type '(choice (const :tag "Ask with yes-or-no-p" yes-or-no-p)
                 (const :tag "Ask with y-or-n-p" y-or-n-p)
                 (const :tag "Don't confirm" nil))