From: Eli Zaretskii Date: Thu, 18 Apr 2024 10:45:22 +0000 (+0300) Subject: ; * lisp/comint.el: Fix wording of last change. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8c676e97b6620e0a935ecb8d4cd68fd0ab0bb3f;p=emacs.git ; * lisp/comint.el: Fix wording of last change. (cherry picked from commit d29d4a1d7b07806291b95792a821f8937746a467) --- diff --git a/lisp/comint.el b/lisp/comint.el index 5b94d39c962..720d9d55ec6 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -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.