(Direct Functions): Add missing port number to tls method.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 18 Dec 2009 04:29:23 +0000 (04:29 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 18 Dec 2009 04:29:23 +0000 (04:29 +0000)
texi/ChangeLog
texi/gnus.texi

index f06b942..e5c7c57 100644 (file)
@@ -1,3 +1,7 @@
+2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Direct Functions): Add missing port number to tls method.
+
 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
 
        * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
index e591cb7..9e9f479 100644 (file)
@@ -14393,7 +14393,7 @@ installed.  You then define a server as follows:
 ;;
 (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