(Example Methods): Withdraw the last change, which should be done after synch
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 27 Mar 2008 02:28:36 +0000 (02:28 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 27 Mar 2008 02:28:36 +0000 (02:28 +0000)
 the Gnus trunk and the Emacs trunk.

texi/ChangeLog
texi/gnus.texi

index 7675882..cfdaf97 100644 (file)
@@ -1,8 +1,3 @@
-2008-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
-
-       * gnus.texi (Example Methods): Fix function name used to use socksified
-       telnet.
-
 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
index 1a5a2af..bb20166 100644 (file)
@@ -13132,7 +13132,7 @@ telnet connection to the news server as follows:
 @lisp
 (nntp "outside"
       (nntp-pre-command "runsocks")
-      (nntp-open-connection-function nntp-open-telnet-stream)
+      (nntp-open-connection-function nntp-open-via-telnet)
       (nntp-address "the.news.server")
       (nntp-end-of-line "\n"))
 @end lisp