summaryrefslogtreecommitdiff
path: root/lisp/kermit.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-07-06 21:01:07 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-07-06 21:01:07 +0000
commit94074b1950f340ec46d86ddc61829993fcb5073b (patch)
tree5177f1635908b09aceae97f0492b4b67972a0b5a /lisp/kermit.el
parentabeffda95aea45dfe516f0c52033bc58b941add2 (diff)
downloademacs-94074b1950f340ec46d86ddc61829993fcb5073b.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/kermit.el')
-rw-r--r--lisp/kermit.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/kermit.el b/lisp/kermit.el
index dfbd82561d5..73fbc7e517b 100644
--- a/lisp/kermit.el
+++ b/lisp/kermit.el
@@ -1,5 +1,4 @@
-;;; kermit.el --- additions to shell mode for use with kermit, etc.
-
+;;Additions to shell mode for use with kermit, etc.
;;Feb 1988, Jeff Norden - jeff@colgate.csnet
;; Copyright (C) 1988 Free Software Foundation, Inc.
@@ -125,9 +124,9 @@ In this state, use LFD to send a line and end it with a carriage-return."
(replace-match "")))))
(defun kermit-clean-on ()
- "Delete all null characters and ^M's from the kermit output.
+ "Delete all null characters and ^M's from the kermit output."
Note that another (perhaps better) way to do this is to use the
-command \"kermit | tr -d '\\015'\"."
+command `kermit | tr -d '\\015''."
(interactive)
(set-process-filter (get-buffer-process (current-buffer))
'kermit-clean-filter))
@@ -137,4 +136,4 @@ command \"kermit | tr -d '\\015'\"."
(interactive)
(set-process-filter (get-buffer-process (current-buffer)) nil))
-;;; kermit.el ends here
+