]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix a recently-added entry.
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 May 2024 06:34:18 +0000 (09:34 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:38:13 +0000 (18:38 +0200)
(cherry picked from commit c74c65f5e1b2b2372910b3ebc41632b730ea46e9)

etc/NEWS

index 010e80fb93b172f50d9bdbea72b9a867afef445a..cf1aee0b4702f496fbd586562e728909c96d864b 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2576,7 +2576,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.
+the warning go away.  User init file (whose name is the value of
+'user-init-file') is exempt from this warning.
 
 ---
 ** New user option 'native-comp-async-warnings-errors-kind'.