summaryrefslogtreecommitdiff
path: root/lisp/kermit.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1991-03-12 20:00:05 +0000
committerJim Blandy <jimb@redhat.com>1991-03-12 20:00:05 +0000
commite3f99b912245f0b8cf9c0442931a5099fb1e8ad9 (patch)
treee7843f7755ca3e991cc5ca2d5aa2c39e2d7e863f /lisp/kermit.el
parentf30ff39f78474a9e7f28bb7b9ed259aae92760ac (diff)
downloademacs-e3f99b912245f0b8cf9c0442931a5099fb1e8ad9.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/kermit.el')
-rw-r--r--lisp/kermit.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/kermit.el b/lisp/kermit.el
index 73fbc7e517b..a66165b9671 100644
--- a/lisp/kermit.el
+++ b/lisp/kermit.el
@@ -124,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))