branch: externals/compat
commit 30628c9752dc075044426ab9a1759acfd29323f0
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Update NEWS
---
NEWS.org | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index f3717a7670..6f7378ab04 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -5,9 +5,9 @@
- Add multiple new tests for existing APIs.
- Fix bugs in compatibility functions: ~setq-local~, ~proper-list-p,
prop-match-p,
~file-name-concat~, ~replace-regexp-in-region~, ~replace-string-in-region~.
-- Add new Emacs 29 APIs. Most of these are still untested and may change. If
you
- intend to use an API please be extra careful and if possible contribute test
- cases. All untested functions are marked as ~<UNTESTED>~ in the Compat
+- Add new Emacs 29 APIs. Some of them are still untested and may change. If you
+ intend to use an Emacs 29 API please be careful and if possible contribute
+ test cases. All untested functions are marked as ~<UNTESTED>~ in the Compat
code. Over time tests for all functions will be added gradually.
- Add the macros ~compat-call~ and ~compat-function~ to call compatibility
functions. Since Compat avoids overwriting already existing functions, we
must