diff options
author | Dave Love <fx@gnu.org> | 2001-01-26 18:26:32 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2001-01-26 18:26:32 +0000 |
commit | fc066c545db56b20cb15450f34b8d55c52587f9a (patch) | |
tree | 5dbe0b72f30b3fa7b1a2f6329562e65540de6367 /lisp/mail/feedmail.el | |
parent | 67ad9438c96087307eef638be8b9ec1baad08dba (diff) | |
download | emacs-fc066c545db56b20cb15450f34b8d55c52587f9a.tar.gz |
(feedmail): Add :link.
(feedmail-send-it): Doc fix.
Diffstat (limited to 'lisp/mail/feedmail.el')
-rw-r--r-- | lisp/mail/feedmail.el | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index f5d81506d72..477a966a1e3 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/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 |