From: Katsumi Yamaoka Date: Fri, 18 Dec 2009 04:29:17 +0000 (+0000) Subject: (Direct Functions): Add missing port number to tls method. X-Git-Tag: emacs-pretest-23.1.91~50 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83828b06e39f2d3586fbca04b4f3335a442a2f9b;p=emacs.git (Direct Functions): Add missing port number to tls method. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 5a11954ae02..3626367da52 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2009-12-18 Katsumi Yamaoka + + * gnus.texi (Direct Functions): Add missing port number to tls method. + 2009-12-15 Juanma Barranquero * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt. diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index ca386c08416..e90789d2494 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -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