aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/telnet.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/telnet.el b/lisp/telnet.el
index 3b2fbc8f9e8..034c0341a6f 100644
--- a/lisp/telnet.el
+++ b/lisp/telnet.el
@@ -53,7 +53,7 @@
53 53
54(require 'comint) 54(require 'comint)
55 55
56(defvar telnet-host-properties 56(defvar telnet-host-properties ()
57 "Specify which telnet program to use for particular hosts. 57 "Specify which telnet program to use for particular hosts.
58Each element has the form (HOSTNAME PROGRAM [LOGIN-NAME]) 58Each element has the form (HOSTNAME PROGRAM [LOGIN-NAME])
59HOSTNAME says which machine the element applies to. 59HOSTNAME says which machine the element applies to.