aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/gnus.texi2
2 files changed, 5 insertions, 1 deletions
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 @@
12009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus.texi (Direct Functions): Add missing port number to tls method.
4
12009-12-15 Juanma Barranquero <lekktu@gmail.com> 52009-12-15 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt. 7 * 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:
14393;; 14393;;
14394(nntp "snews.bar.com" 14394(nntp "snews.bar.com"
14395 (nntp-open-connection-function nntp-open-tls-stream) 14395 (nntp-open-connection-function nntp-open-tls-stream)
14396 (nntp-port-number ) 14396 (nntp-port-number 563)
14397 (nntp-address "snews.bar.com")) 14397 (nntp-address "snews.bar.com"))
14398@end lisp 14398@end lisp
14399 14399