From 3c1eb30f58b00febbc3d5b02d45e30ca5000f7e1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 25 Jul 1997 01:01:50 +0000 Subject: (rmail-mime-feature): Doc and custom fix. --- lisp/mail/rmail.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/mail') 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 -- cgit v1.2.1