summaryrefslogtreecommitdiff
path: root/lisp/mail
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-25 01:01:50 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-25 01:01:50 +0000
commit3c1eb30f58b00febbc3d5b02d45e30ca5000f7e1 (patch)
treee95ea6c3a1479d1a8f1383766a5b995d96294b88 /lisp/mail
parentfcb7ae4fc83e44d272f0d91f64d411b3bf94059f (diff)
downloademacs-3c1eb30f58b00febbc3d5b02d45e30ca5000f7e1.tar.gz
(rmail-mime-feature): Doc and custom fix.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmail.el4
1 files 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