Mercurial > emacs
changeset 18957:d857f7e1113d
(rmail-mime-feature): Doc and custom fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 25 Jul 1997 01:01:50 +0000 |
parents | cd39a4a66613 |
children | 506ec0258d63 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Fri Jul 25 00:55:06 1997 +0000 +++ b/lisp/mail/rmail.el Fri Jul 25 01:01:50 1997 +0000 @@ -397,10 +397,10 @@ "*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