; * etc/NEWS: Fix last change.

This commit is contained in:
Eli Zaretskii 2023-11-19 11:08:53 +02:00
parent 53bd2d57f3
commit 3a3202e4a6

View file

@ -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