From: Eli Zaretskii Date: Sun, 19 Nov 2023 09:08:53 +0000 (+0200) Subject: ; * etc/NEWS: Fix last change. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a3202e4a60baafc2c99c692e7b8426e3f9d2d1b;p=emacs.git ; * etc/NEWS: Fix last change. --- diff --git a/etc/NEWS b/etc/NEWS index b9ee3747040..e14d15a7487 100644 --- 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