From: Eli Zaretskii Date: Sat, 4 May 2024 06:57:05 +0000 (+0300) Subject: ; * etc/NEWS: Fix last change. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~1661 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=01b626ccbcc23798b430121cd300aa337bc9b36e;p=emacs.git ; * etc/NEWS: Fix last change. --- diff --git a/etc/NEWS b/etc/NEWS index be65a6c0c58..718498cd836 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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'.