aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-25 01:01:50 +0000
committerRichard M. Stallman1997-07-25 01:01:50 +0000
commitcfd86a2fdd257e6c47061fddbf9179e82757b91f (patch)
tree4ade644ffadbf1760297d20c918157dd4d6cce92 /lisp
parent1402211d73ec1f8a766c930947b5462e8b22ff52 (diff)
downloademacs-cfd86a2fdd257e6c47061fddbf9179e82757b91f.tar.gz
emacs-cfd86a2fdd257e6c47061fddbf9179e82757b91f.zip
(rmail-mime-feature): Doc and custom fix.
Diffstat (limited to 'lisp')
-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.")
397 "*If non-nil, RMAIL uses MIME feature. 397 "*If non-nil, RMAIL uses MIME feature.
398If the value is t, RMAIL automatically shows MIME decoded message. 398If the value is t, RMAIL automatically shows MIME decoded message.
399If the value is neither t nor nil, RMAIL does not show MIME decoded message 399If the value is neither t nor nil, RMAIL does not show MIME decoded message
400until a user explicitly require it." 400until a user explicitly requires it."
401 :type '(choice (const :tag "on" t) 401 :type '(choice (const :tag "on" t)
402 (const :tag "off" nil) 402 (const :tag "off" nil)
403 (sexp :tag "When Asked" :format "%t\n" ask)) 403 (sexp :tag "when asked" :format "%t\n" ask))
404 :group 'rmail) 404 :group 'rmail)
405 405
406;;;###autoload 406;;;###autoload