]> code.delx.au - gnu-emacs/commitdiff
(Mail Sending): In send-mail-function @pxref smtpmail, put info and printed
authorEli Zaretskii <eliz@gnu.org>
Sun, 9 Apr 2006 18:44:06 +0000 (18:44 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 9 Apr 2006 18:44:06 +0000 (18:44 +0000)
manual names the right way around.

man/sending.texi

index fb7235b3c11784b8879296a098e0303d2f9018e5..0c0c249ba5d8c157db388a52516941d7ca776fcf 100644 (file)
@@ -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.