summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-02-29 15:37:19 +0200
committerEli Zaretskii <eliz@gnu.org>2024-02-29 15:37:19 +0200
commit39239982403f01a37d42d1cd8db0b2ed0b48b50c (patch)
tree754a06669f20683fe433f29b5252304b231ba03f /etc
parent62bdd307a7fd6c319529b7b20425b993a2945043 (diff)
downloademacs-39239982403f01a37d42d1cd8db0b2ed0b48b50c.tar.gz
Improve documentation of recent changes in comp-run.el
* lisp/emacs-lisp/comp-run.el (native-comp-async-warnings-errors-kind): Rename from 'native-comp-async-report-warnings-errors-kind', and rename 'importants' to 'important'; all users changed. Doc fix. * etc/NEWS: Announce the new option.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b4a1c887f2e..b1e3130ab79 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1960,6 +1960,12 @@ The warning name is 'docstrings-control-chars'.
*** The warning about wide docstrings can now be disabled separately.
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.
+
+++
** New function declaration and property 'important-return-value'.
The declaration '(important-return-value t)' sets the