aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2023-11-19 11:08:53 +0200
committerEli Zaretskii2023-11-19 11:08:53 +0200
commit3a3202e4a60baafc2c99c692e7b8426e3f9d2d1b (patch)
tree018cefdfc07a44802848134ddee5d31bd3636781
parent53bd2d57f34af1efd88c6d189ab15e6f44866333 (diff)
downloademacs-3a3202e4a60baafc2c99c692e7b8426e3f9d2d1b.tar.gz
emacs-3a3202e4a60baafc2c99c692e7b8426e3f9d2d1b.zip
; * etc/NEWS: Fix last change.
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
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
234displayed on the mode line when 'appt-display-mode-line' is non-nil. 234displayed on the mode line when 'appt-display-mode-line' is non-nil.
235 235
236--- 236---
237*** Emacs now recognizes shebang lines that pass -S/--split-string to env. 237*** Emacs now recognizes shebang lines that pass -S/--split-string to 'env'.
238When visiting a script that invokes 'env -S INTERPRETER ARGS...' in 238When visiting a script that invokes 'env -S INTERPRETER ARGS...' in
239its shebang line, Emacs will now skip over 'env -S' and deduce the 239its shebang line, Emacs will now skip over 'env -S' and deduce the
240major mode based on the interpreter. 240major mode based on the interpreter after 'env -S'.
241 241
242** Emacs Server and Client 242** Emacs Server and Client
243 243