]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-carriage-motion): Doc-string tweaks.
authorMiles Bader <miles@gnu.org>
Mon, 28 May 2001 15:09:44 +0000 (15:09 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 28 May 2001 15:09:44 +0000 (15:09 +0000)
lisp/comint.el

index dbd520ba5696caaab8b3c8149ac615c20258b635..213a0673106868bf09f622ff39dd9eb13ac5d8fb 100644 (file)
@@ -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