summaryrefslogtreecommitdiff
path: root/lisp/telnet.el
diff options
context:
space:
mode:
authorChristopher Zaborsky <rogue@erratum.com>1992-11-10 20:01:10 +0000
committerChristopher Zaborsky <rogue@erratum.com>1992-11-10 20:01:10 +0000
commita98520982887f4e21ec14e5ef1fa7ea2346b4347 (patch)
tree775c95c797514c3bc8fa003f9d07b43c177e7523 /lisp/telnet.el
parent8d1c1ff79a28f3ce0d6e57e6c8f64fd104732b27 (diff)
downloademacs-a98520982887f4e21ec14e5ef1fa7ea2346b4347.tar.gz
Doc fix.
Diffstat (limited to 'lisp/telnet.el')
-rw-r--r--lisp/telnet.el8
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.