aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGnus developers2010-12-06 23:27:17 +0000
committerKatsumi Yamaoka2010-12-06 23:27:17 +0000
commit516aa569e1d70d51ae1d8d12a4b2e7281156cb8c (patch)
treef99a34c0796485fe87cb9c3198429afd5029f210 /doc
parentb31b26b48958fed0162d58c76dc55b2aeca22b66 (diff)
downloademacs-516aa569e1d70d51ae1d8d12a4b2e7281156cb8c.tar.gz
emacs-516aa569e1d70d51ae1d8d12a4b2e7281156cb8c.zip
proto-stream.el (proto-stream-open-tls): Return nil if we don't get any stream.
gnus.texi (Server Commands): Point to the rest of the server commands.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/gnus.texi3
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 468a68b0a80..b1b3b440767 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2
3 * gnus.texi (Server Commands): Point to the rest of the server
4 commands.
5
12010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org> 62010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 7
3 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u 8 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 5b8a0b45683..2df6d90cc07 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -13885,6 +13885,9 @@ hence getting a correct total article count.
13885 13885
13886@end table 13886@end table
13887 13887
13888Some more commands for closing, disabling, and re-opening servers are
13889listed in @ref{Unavailable Servers}.
13890
13888 13891
13889@node Example Methods 13892@node Example Methods
13890@subsection Example Methods 13893@subsection Example Methods