diff options
Diffstat (limited to 'compat.texi')
| -rw-r--r-- | compat.texi | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/compat.texi b/compat.texi index 65a39ec..433bb72 100644 --- a/compat.texi +++ b/compat.texi @@ -166,12 +166,10 @@ compatibility functions. If you intend to use a compatibility function in your code it is strongly recommended that you check the tests in -@file{compat-tests.el}. Alternatively grep the Compat code for -<UNTESTED> labels. There you will find the supported calling -convention, which is guaranteed to work on the supported Emacs -versions. We ensure this using continuous integration. If a function -is not tested yet in @file{compat-tests.el} NO GUARANTEES CAN BE MADE. -You are invited to contribute tests in this case +@file{compat-tests.el} to see the supported calling conventions, which +are guaranteed to work on the supported Emacs versions. We ensure this +using continuous integration. All functions provided by Compat are +covered by the testsuite. It is recommended to subscribe to the @uref{https://lists.sr.ht/~pkal/compat-announce, compat-announce} |
