summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-05-04 09:34:18 +0300
committerEli Zaretskii <eliz@gnu.org>2024-05-04 09:34:18 +0300
commitc74c65f5e1b2b2372910b3ebc41632b730ea46e9 (patch)
treeac01a4022efbe77e64f1c777aefcec968d0c004a /etc
parent139931fefb4cde3132ca68c3caa6ee9c4889c1b6 (diff)
downloademacs-c74c65f5e1b2b2372910b3ebc41632b730ea46e9.tar.gz
; * etc/NEWS: Fix a recently-added entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d4177d759f3..be65a6c0c58 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2427,7 +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.
+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'.