]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-mime-feature): Doc and custom fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 25 Jul 1997 01:01:50 +0000 (01:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 25 Jul 1997 01:01:50 +0000 (01:01 +0000)
lisp/mail/rmail.el

index 3ee44176e0d59846c33dd1fc3e25846492e0364d..ae454335d3f427d198bb38e8c7f2339124493778 100644 (file)
@@ -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