# HG changeset patch # User Richard M. Stallman # Date 895536922 0 # Node ID 543e41494c45337564e0573002f1f8d152ca90b2 # Parent 082c63d626ad34b1234396709b6fc82b21963f43 (rmail-mime-feature): Doc fix. diff -r 082c63d626ad -r 543e41494c45 lisp/mail/rmail.el --- a/lisp/mail/rmail.el Mon May 18 05:40:30 1998 +0000 +++ b/lisp/mail/rmail.el Tue May 19 00:15:22 1998 +0000 @@ -347,10 +347,9 @@ ;;;###autoload (defvar rmail-mime-feature 'rmail-mime - "Feature to provide for using MIME feature in RMAIL. -When starting rmail, this feature is requrired if rmail-enable-mime -is non-nil.") - + "Feature to require to load MIME support in Rmail. +When starting Rmail, if `rmail-enable-mime' is non-nil, +this feature is required with `require'.") ;;; Regexp matching the delimiter of messages in UNIX mail format ;;; (UNIX From lines), minus the initial ^. Note that if you change