summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-02-29 18:25:12 +0200
committerEli Zaretskii <eliz@gnu.org>2024-02-29 18:25:12 +0200
commite18a6fbb44ac48998a1aebe25136a59e5a419b57 (patch)
treecac48d75791640e7ab618e9f74c94b2118ee5a1a /etc
parent39239982403f01a37d42d1cd8db0b2ed0b48b50c (diff)
downloademacs-e18a6fbb44ac48998a1aebe25136a59e5a419b57.tar.gz
; Tweak recently-added NEWS entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b1e3130ab79..198563e0fc0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1964,7 +1964,10 @@ Its warning name is 'docstrings-wide'.
** New user option 'native-comp-async-warnings-errors-kind'.
It allows control of what kinds of warnings and errors from asynchronous
native compilation are reported to the parent Emacs process. The
-default is to report all errors and only important warnings.
+default is to report all errors and only important warnings. If you
+were used to customizing 'native-comp-async-report-warnings-errors' to
+nil or 'silent', we suggest that you now leave it at its default value,
+and see if you get only warnings that matter.
+++
** New function declaration and property 'important-return-value'.