; * etc/NEWS: Fix last change.

This commit is contained in:
Eli Zaretskii 2024-05-04 09:57:05 +03:00
parent c74c65f5e1
commit 01b626ccbc

View file

@ -2427,8 +2427,8 @@ Its warning name is 'docstrings-wide'.
Emacs now emits a run-time warning if an Elisp source file being loaded
lacks the '-*- lexical-binding: ... -*-' cookie on the first line.
See the lexical-binding compiler warning described above for how to make
the warning go away. User init file (whose name is the value of
'user-init-file') is exempt from this warning.
the warning go away. The user's init file (whose name is the value of
'user-init-file') and early-init file are exempt from this warning.
---
** New user option 'native-comp-async-warnings-errors-kind'.