summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-07-02 02:24:28 +0000
committerGlenn Morris <rgm@gnu.org>2009-07-02 02:24:28 +0000
commita941e8eb958bcf8468868b9c9b1c531db1ac95b7 (patch)
treefcd4cc025a4c6ad175e9cff6aecd575086d790e0
parentbd2fbc48cf153d1fa9e7ec65c255cd0543ccc399 (diff)
downloademacs-a941e8eb958bcf8468868b9c9b1c531db1ac95b7.tar.gz
(Mail Sending): Add a tiny bit on mailclient.
-rw-r--r--doc/emacs/sending.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi
index 4cce96ee346..ff8fe8dde6d 100644
--- a/doc/emacs/sending.texi
+++ b/doc/emacs/sending.texi
@@ -500,13 +500,13 @@ showing a list of possible coding systems.
user agent sends mail. It should be set to a function. In most cases,
the default is @code{sendmail-send-it}, which delivers mail using the
Sendmail installation on the local host. On Mac OS X and MS-Windows,
-however, the default is normally @code{mailclient-send-it} (see
-@file{mailclient.el}). To send mail through an SMTP
-server, set @code{send-mail-function} to @code{smtpmail-send-it} and set
-up the Emacs SMTP library (@pxref{Top,,Emacs SMTP Library, smtpmail,
-Sending mail via SMTP}). Another option is @code{feedmail-send-it} (see
-the commentary section of the @file{feedmail.el} package).
-@c FIXME Some details of Mailclient would probably be good.
+however, the default is normally @code{mailclient-send-it}, which
+passes the mail buffer on to the system's designated mail client (see
+@file{mailclient.el}). To send mail through an SMTP server, set
+@code{send-mail-function} to @code{smtpmail-send-it} and set up the
+Emacs SMTP library (@pxref{Top,,Emacs SMTP Library, smtpmail, Sending
+mail via SMTP}). Another option is @code{feedmail-send-it} (see the
+commentary section of the @file{feedmail.el} package).
@node Header Editing
@subsection Mail Header Editing