aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index b603148e663..1b1006f63cf 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -219,7 +219,7 @@ and the value of the environment variable MAIL overrides it)."
219 :group 'rmail-files) 219 :group 'rmail-files)
220 220
221;;;###autoload 221;;;###autoload
222(defcustom rmail-confirm-expunge 'yes-or-no-p 222(defcustom rmail-confirm-expunge 'y-or-n-p
223 "*Whether and how to ask for confirmation before expunging deleted messages." 223 "*Whether and how to ask for confirmation before expunging deleted messages."
224 :type '(choice (const :tag "No confirmation" nil) 224 :type '(choice (const :tag "No confirmation" nil)
225 (const :tag "Confirm with y-or-n-p" y-or-n-p) 225 (const :tag "Confirm with y-or-n-p" y-or-n-p)