1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(confirm-kill-emacs): Doc fix.

This commit is contained in:
Eli Zaretskii 2001-01-29 17:06:56 +00:00
parent ff2a1c79f5
commit 9c2ba08f6e

View 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))