(nntp-end-of-line): Doc fix.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 12 Apr 2004 07:49:10 +0000 (07:49 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 12 Apr 2004 07:49:10 +0000 (07:49 +0000)
lisp/ChangeLog
lisp/nntp.el

index 3e36fb8..cb1e0d7 100644 (file)
@@ -5,6 +5,7 @@
        (nntp-open-via-rlogin-and-netcat): New function.
        (nntp-open-connection-function): Doc fix.
        (nntp-telnet-command): Doc fix.
+       (nntp-end-of-line): Doc fix.
        (nntp-via-rlogin-command): Doc fix.
        (nntp-via-user-name): Doc fix.
        (nntp-via-address): Doc fix.
index 2eea4ff..6ca4590 100644 (file)
@@ -107,8 +107,8 @@ This command is used by the `nntp-open-via-rlogin-and-netcat' method.")
 
 (defvoo nntp-end-of-line "\r\n"
   "*String to use on the end of lines when talking to the NNTP server.
-This is \"\\r\\n\" by default, but should be \"\\n\" when
-using and indirect connection method (nntp-open-via-*).")
+This is \"\\r\\n\" by default, but should be \"\\n\" when using and
+indirect telnet connection method (nntp-open-via-*-and-telnet).")
 
 (defvoo nntp-via-rlogin-command "rsh"
   "*Rlogin command used to connect to an intermediate host.