]> git.eshelyaron.com Git - emacs.git/commitdiff
* files.el (confirm-kill-emacs): Clarify doc (bug#15455).
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 10 Feb 2014 06:07:30 +0000 (22:07 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 10 Feb 2014 06:07:30 +0000 (22:07 -0800)
lisp/ChangeLog
lisp/files.el

index 3a73bbd2fee98aad57c441e4152677ba69272571..285cefe7333a3cf2281ea32a4939d6ae4efd62fd 100644 (file)
@@ -1,5 +1,7 @@
 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
index 88b6ae6dae7042d37f15e81176ce0e2fdbfb40ec..7d20e1456b6b615ab5af220d99207f881bb89483 100644 (file)
@@ -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)