]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/comint.el: Fix wording of last change.
authorEli Zaretskii <eliz@gnu.org>
Thu, 18 Apr 2024 10:45:22 +0000 (13:45 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 20 Apr 2024 11:06:28 +0000 (14:06 +0300)
(cherry picked from commit d29d4a1d7b07806291b95792a821f8937746a467)

lisp/comint.el

index 5b94d39c962b7f7ca5164359663382ba9e556108..720d9d55ec66ee5ebf58d721255508d7a94443e4 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.