changeset 106616:9fd36368ff9b

(Direct Functions): Add missing port number to tls method.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Fri, 18 Dec 2009 04:29:17 +0000
parents bd7f2c3eba70
children 78f92ffeb7ab
files doc/misc/ChangeLog doc/misc/gnus.texi
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/misc/ChangeLog	Fri Dec 18 00:52:39 2009 +0000
+++ b/doc/misc/ChangeLog	Fri Dec 18 04:29:17 2009 +0000
@@ -1,3 +1,7 @@
+2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+	* gnus.texi (Direct Functions): Add missing port number to tls method.
+
 2009-12-15  Juanma Barranquero  <lekktu@gmail.com>
 
 	* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
--- a/doc/misc/gnus.texi	Fri Dec 18 00:52:39 2009 +0000
+++ b/doc/misc/gnus.texi	Fri Dec 18 04:29:17 2009 +0000
@@ -14393,7 +14393,7 @@
 ;;
 (nntp "snews.bar.com"
       (nntp-open-connection-function nntp-open-tls-stream)
-      (nntp-port-number )
+      (nntp-port-number 563)
       (nntp-address "snews.bar.com"))
 @end lisp