(Example Methods): Fix function name used to use socksified telnet.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 27 Mar 2008 01:40:36 +0000 (01:40 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 27 Mar 2008 01:40:36 +0000 (01:40 +0000)
texi/ChangeLog
texi/gnus.texi

index cfdaf97..7675882 100644 (file)
@@ -1,3 +1,8 @@
+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 bb20166..1a5a2af 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-via-telnet)
+      (nntp-open-connection-function nntp-open-telnet-stream)
       (nntp-address "the.news.server")
       (nntp-end-of-line "\n"))
 @end lisp