2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
+ * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
+
* emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
* files.el (confirm-kill-emacs): Allow specifying an arbitrary
(defcustom confirm-kill-emacs nil
"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'."
+be a predicate function; for example `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)