; * lisp/comint.el: Fix wording of last change.
authorEli Zaretskii <eliz@gnu.org>
Thu, 18 Apr 2024 10:45:22 +0000 (13:45 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 18 Apr 2024 10:45:22 +0000 (13:45 +0300)
lisp/comint.el

index bae89beb76b6b2d971a92d8a77287a91d1310abb..e856038b0f792f99b37f4a0967db693cb1530ea5 100644 (file)
@@ -3961,7 +3961,7 @@ REGEXP-GROUP is the regular expression group in REGEXP to use."
 ;;; OSC escape sequences (Operating System Commands)
 ;;============================================================================
 ;; Adding `comint-osc-process-output' to
-;; `comint-output-filter-functions' enables the interpreting of OSC
+;; `comint-output-filter-functions' enables interpreting of OSC
 ;; escape sequences.  See `ansi-osc-handlers' for a list of OSC
 ;; sequences which are interpreted by default and information on how to
 ;; handle new sequences.