From: Richard M. Stallman Date: Fri, 25 Jul 1997 01:01:50 +0000 (+0000) Subject: (rmail-mime-feature): Doc and custom fix. X-Git-Tag: emacs-20.1~989 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cfd86a2fdd257e6c47061fddbf9179e82757b91f;p=emacs.git (rmail-mime-feature): Doc and custom fix. --- 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