(nntp-via-rlogin-command-switches): Doc fix.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 5 Jul 2002 07:26:01 +0000 (07:26 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 5 Jul 2002 07:26:01 +0000 (07:26 +0000)
(nntp-open-via-rlogin-and-telnet): Ditto.

lisp/ChangeLog
lisp/nntp.el

index ab38920..141c554 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-05  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
+       (nntp-open-via-rlogin-and-telnet): Ditto.
+
 2002-07-02  Didier Verna  <didier@xemacs.org>
 
        * nnmail.el (nnmail-split-methods): fix custom type.
index 023e916..1463c1e 100644 (file)
@@ -104,9 +104,10 @@ The default is \"rsh\", but \"ssh\" is a popular alternative.")
 
 (defvoo nntp-via-rlogin-command-switches nil
   "*Switches given to the rlogin command `nntp-via-rlogin-command'.
-Set this to (\"-t\") if you use \"ssh\" for `nntp-via-rlogin-command' and
-the telnet command requires a pseudo-tty allocation on an intermediate
-host.")
+If you use \"ssh\" for `nntp-via-rlogin-command', you may set this to
+\(\"-C\") in order to compress all data connections, otherwise set this
+to \(\"-t\") or (\"-C\" \"-t\") if the telnet command requires a pseudo-tty
+allocation on an intermediate host.")
 
 (defvoo nntp-via-telnet-command "telnet"
   "*Telnet command used to connect to an intermediate host.
@@ -1602,6 +1603,7 @@ from there.
 Please refer to the following variables to customize the connection:
 - `nntp-pre-command',
 - `nntp-via-rlogin-command',
+- `nntp-via-rlogin-command-switches',
 - `nntp-via-user-name',
 - `nntp-via-address',
 - `nntp-telnet-command',