diff options
author | Christopher Zaborsky <rogue@erratum.com> | 1992-11-10 20:01:10 +0000 |
---|---|---|
committer | Christopher Zaborsky <rogue@erratum.com> | 1992-11-10 20:01:10 +0000 |
commit | 1433a22243951f8c4f0455cc91f551b5a08eaf48 (patch) | |
tree | 25284ae64d6133642de3865b8dd998328592476a /lisp/telnet.el | |
parent | d367fa71492136cc7b38184a4f76becaac7d35dd (diff) | |
download | emacs-1433a22243951f8c4f0455cc91f551b5a08eaf48.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/telnet.el')
-rw-r--r-- | lisp/telnet.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/telnet.el b/lisp/telnet.el index ad13c05915b..5fb439adc1e 100644 --- a/lisp/telnet.el +++ b/lisp/telnet.el @@ -48,11 +48,11 @@ while looking for the initial password.") (defvar telnet-initial-count -50 - "Initial value of telnet-count. Should be set to the negative of the + "Initial value of `telnet-count'. Should be set to the negative of the number of terminal writes telnet will make setting up the host connection.") (defvar telnet-maximum-count 4 - "Maximum value telnet-count can have. + "Maximum value `telnet-count' can have. After this many passes, we stop looking for initial setup data. Should be set to the number of terminal writes telnet will make rejecting one login and prompting for the again for a username and password.") @@ -165,8 +165,8 @@ Normally input is edited in Emacs and sent a line at a time." (setq telnet-count telnet-initial-count))) (defun telnet-mode () - "This mode is for use during telnet from a buffer to another -host. It has most of the same commands as comint-mode. + "This mode is for telnetting from a buffer to another host. +It has most of the same commands as comint-mode. There is a variable ``telnet-interrupt-string'' which is the character sent to try to stop execution of a job on the remote host. Data is sent to the remote host when RET is typed. |