From dfc118d5128ead3f80ecc19cba3be5eaa9496aaf Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 29 Jan 2001 12:42:54 +0000 Subject: [PATCH] 2001.1.29 --- mail/feedmail.el | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/mail/feedmail.el b/mail/feedmail.el index f5d8150..477a966 100644 --- a/mail/feedmail.el +++ b/mail/feedmail.el @@ -306,6 +306,7 @@ (defgroup feedmail nil "Assist other email packages to massage outgoing messages." :link '(url-link "http://www.carpenter.org/feedmail/feedmail.html") + :link '(emacs-commentary "feedmail") :group 'mail) (defgroup feedmail-misc nil @@ -1432,12 +1433,9 @@ insertion.") ;;;###autoload (defun feedmail-send-it () - "A function which is a suitable value for `send-mail-function'. -To use it, you probably want something like this in your .emacs or -similar place: - - (setq send-mail-function 'feedmail-send-it) - (autoload 'feedmail-send-it \"feedmail\")" + "Send the current mail buffer using the Feedmail package. +This is a suitable value for `send-mail-function'. It can be used +with various lower-level mechanisms to provide features such as queueing." ;; avoid matching trouble over slash vs backslash by getting canonical (if feedmail-queue-directory -- 1.7.10.4