]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix typos and punctuation in OSC entry.
authorEli Zaretskii <eliz@gnu.org>
Sun, 18 Sep 2022 15:56:30 +0000 (18:56 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 18 Sep 2022 15:56:30 +0000 (18:56 +0300)
etc/NEWS

index 88d00d9474268b7962b1c55dd6431bef7a974551..e5d9b1ca23d3ce11a5f7f7d408c37d6488344c5e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2436,14 +2436,14 @@ Enabling this minor mode turns on hiding header material, like
 'elide-head' and 'elide-head-show' are now obsolete.
 
 *** New package 'osc'.
-Support for OSC ("Operating System Command") espace sequences has been
+Support for OSC ("Operating System Command") escape sequences has been
 extracted from 'comint.el' in order to provide interpretation of OSC
-escape sequences in compilation buffers.
+sequences in compilation buffers.
 
 Adding the new function 'osc-compilation-filter' to
-'compilation-filter-hook' enables interpretation of OSC ("Operating
-System Command") escape sequences in compilation buffers. By default,
-all sequences are filtered out.
+'compilation-filter-hook' enables interpretation of OSC escape
+sequences in compilation buffers.  By default, all sequences are
+filtered out.
 
 A handler for OSC 2, the command to set a window title, is provided.