summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2014-02-09 22:07:30 -0800
committerLars Ingebrigtsen <larsi@gnus.org>2014-02-09 22:07:30 -0800
commitf3c602419225001790b4a9b4196b89ab83b3a965 (patch)
tree36f4c8913807aa1ea630f140226f5abd2d51764a /lisp/files.el
parent8cd86d0434bc8f3d4c59f564843f012abde25f45 (diff)
downloademacs-f3c602419225001790b4a9b4196b89ab83b3a965.tar.gz
* files.el (confirm-kill-emacs): Clarify doc (bug#15455).
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 88b6ae6dae7..7d20e1456b6 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -6498,7 +6498,7 @@ the low level primitive, does not. See also `kill-emacs-hook'.")
(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)