From: Eli Zaretskii Date: Thu, 29 Feb 2024 16:25:12 +0000 (+0200) Subject: ; Tweak recently-added NEWS entry. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5776cb3943eea602b10f4eb39efe40ac7af3b5e6;p=emacs.git ; Tweak recently-added NEWS entry. (cherry picked from commit e18a6fbb44ac48998a1aebe25136a59e5a419b57) --- diff --git a/etc/NEWS b/etc/NEWS index fce41e2a468..9f59daa2386 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2113,7 +2113,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'.