From cfd86a2fdd257e6c47061fddbf9179e82757b91f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 25 Jul 1997 01:01:50 +0000 Subject: [PATCH] (rmail-mime-feature): Doc and custom fix. --- lisp/mail/rmail.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 3ee44176e0d..ae454335d3f 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -397,10 +397,10 @@ This is set to nil by default.") "*If non-nil, RMAIL uses MIME feature. If the value is t, RMAIL automatically shows MIME decoded message. If the value is neither t nor nil, RMAIL does not show MIME decoded message -until a user explicitly require it." +until a user explicitly requires it." :type '(choice (const :tag "on" t) (const :tag "off" nil) - (sexp :tag "When Asked" :format "%t\n" ask)) + (sexp :tag "when asked" :format "%t\n" ask)) :group 'rmail) ;;;###autoload -- 2.39.5