fix reference to "smtp" section
authorChristian Ebert <blacktrash@gmx.net>
Wed, 26 Jul 2006 15:21:20 +0200
changeset 2678 a781df9b5faa
parent 2677 ec05ce9cbf47
child 2679 f1de91be1d87
fix reference to "smtp" section documentation for "method" has reference to "mail" section. "mail" section doesn't exist, changed to "smtp".
doc/hgrc.5.txt
--- a/doc/hgrc.5.txt
+++ b/doc/hgrc.5.txt
@@ -140,7 +140,7 @@ email::
     of outgoing messages.
   method;;
     Optional.  Method to use to send email messages.  If value is
-    "smtp" (default), use SMTP (see section "[mail]" for
+    "smtp" (default), use SMTP (see section "[smtp]" for
     configuration).  Otherwise, use as name of program to run that
     acts like sendmail (takes "-f" option for sender, list of
     recipients on command line, message on stdin).  Normally, setting