From 8e3f37811ab26d767744260db64811b5f8eb946b Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 28 May 2001 15:09:44 +0000 Subject: [PATCH] (comint-carriage-motion): Doc-string tweaks. --- lisp/comint.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/comint.el b/lisp/comint.el index dbd520ba569..213a0673106 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -1496,10 +1496,10 @@ This variable is permanent-local.") (setq comint-last-prompt-overlay nil))) (defun comint-carriage-motion (string) - "Handle carriage returns in comint output. -Translate carraige return/linefeed sequences to linefeeds. -Let single carriage returns delete to the beginning of the line. -Let backspaces delete the previous character. + "Handle carriage control characters in comint output. +Translate carriage return/linefeed sequences to linefeeds. +Make single carriage returns delete to the beginning of the line. +Make backspaces delete the previous character. This function should be in the list `comint-output-filter-functions'." (save-match-data -- 2.39.5