From: Eli Zaretskii Date: Sun, 9 Apr 2006 18:44:06 +0000 (+0000) Subject: (Mail Sending): In send-mail-function @pxref smtpmail, put info and printed X-Git-Tag: emacs-pretest-22.0.90~3251 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f61afad3659acc58a868f7dbbec818fee1b034e8;p=emacs.git (Mail Sending): In send-mail-function @pxref smtpmail, put info and printed manual names the right way around. --- diff --git a/man/sending.texi b/man/sending.texi index fb7235b3c11..0c0c249ba5d 100644 --- a/man/sending.texi +++ b/man/sending.texi @@ -459,7 +459,7 @@ user agent sends mail. It should be set to a function. The default is @code{sendmail-send-it}, which delivers mail using the Sendmail installation on the local host. To send mail through a SMTP server, set it to @code{smtpmail-send-it} and set up the Emacs SMTP library -(@pxref{Top,,Emacs SMTP Library, Sending mail via SMTP,smtpmail}). A +(@pxref{Top,,Emacs SMTP Library, smtpmail, Sending mail via SMTP}). A third option is @code{feedmail-send-it}, see the commentary section of the @file{feedmail.el} package for more information.