comparison lisp/telnet.el @ 6402:33dec33f382d

(telnet-maximum-count): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Fri, 18 Mar 1994 05:54:56 +0000
parents 3aafcde7e7c4
children 91a5e1cd14c7
comparison
equal deleted inserted replaced
6401:63d567437e36 6402:33dec33f382d
74 74
75 (defvar telnet-maximum-count 4 75 (defvar telnet-maximum-count 4
76 "Maximum value `telnet-count' can have. 76 "Maximum value `telnet-count' can have.
77 After this many passes, we stop looking for initial setup data. 77 After this many passes, we stop looking for initial setup data.
78 Should be set to the number of terminal writes telnet will make 78 Should be set to the number of terminal writes telnet will make
79 rejecting one login and prompting for the again for a username and password.") 79 rejecting one login and prompting again for a username and password.")
80 80
81 (defun telnet-interrupt-subjob () 81 (defun telnet-interrupt-subjob ()
82 (interactive) 82 (interactive)
83 "Interrupt the program running through telnet on the remote host." 83 "Interrupt the program running through telnet on the remote host."
84 (send-string nil telnet-interrupt-string)) 84 (send-string nil telnet-interrupt-string))