diff options
author | Eli Zaretskii <eliz@is.elta.co.il> | 2004-02-16 19:35:20 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@is.elta.co.il> | 2004-02-16 19:35:20 +0000 |
commit | 279dffd67603744c98614b2cb906a1fc7a5008f6 (patch) | |
tree | 914590810aa37a20d292b411f8f235c4aeb0ff1f /lisp/net/telnet.el | |
parent | 8c094106a849093a750a4a6d29b6006f2cd2ba4b (diff) | |
download | emacs-279dffd67603744c98614b2cb906a1fc7a5008f6.tar.gz |
* net/telnet.el (telnet-interrupt-subjob): Move doc string to the correct place.
* progmodes/icon.el (icon-indent-command): Ditto.
* textmodes/paragraphs.el (repunctuate-sentences): Ditto.
Diffstat (limited to 'lisp/net/telnet.el')
-rw-r--r-- | lisp/net/telnet.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/telnet.el b/lisp/net/telnet.el index d4c6d6a37a3..dac6f228cd6 100644 --- a/lisp/net/telnet.el +++ b/lisp/net/telnet.el @@ -89,8 +89,8 @@ Should be set to the number of terminal writes telnet will make rejecting one login and prompting again for a username and password.") (defun telnet-interrupt-subjob () - (interactive) "Interrupt the program running through telnet on the remote host." + (interactive) (send-string nil telnet-interrupt-string)) (defun telnet-c-z () |