From c1c92f8b62b89d578b7ad9d29f1bbe3423c8859b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 19 May 1998 00:15:22 +0000 Subject: [PATCH] (rmail-mime-feature): Doc fix. --- lisp/mail/rmail.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 32d787e7370..a6665435a95 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -347,10 +347,9 @@ until a user explicitly requires it." ;;;###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 -- 2.39.2