]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Nov 2023 09:08:53 +0000 (11:08 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Nov 2023 09:08:53 +0000 (11:08 +0200)
etc/NEWS

index b9ee37470408cb2bba611728b776576914e7df1e..e14d15a7487a71a4259b363427ee0eca7436ac26 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -234,10 +234,10 @@ It can be used to customize the look of the appointment notification
 displayed on the mode line when 'appt-display-mode-line' is non-nil.
 
 ---
-*** Emacs now recognizes shebang lines that pass -S/--split-string to env.
+*** Emacs now recognizes shebang lines that pass -S/--split-string to 'env'.
 When visiting a script that invokes 'env -S INTERPRETER ARGS...' in
 its shebang line, Emacs will now skip over 'env -S' and deduce the
-major mode based on the interpreter.
+major mode based on the interpreter after 'env -S'.
 
 ** Emacs Server and Client