branch: externals/compat commit 980f58d26f3655863e35b7284c4df0513fa35f88 Merge: 80e663a48b eb8fbfa558 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Merge branch 'main' into emacs-30 --- compat-tests.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compat-tests.el b/compat-tests.el index 717ac76f8f..8340d5fc0b 100644 --- a/compat-tests.el +++ b/compat-tests.el @@ -19,10 +19,10 @@ ;; Tests for compatibility functions from compat.el. ;; -;; Note that all functions are covered by tests. When new functions are +;; Note that all functions are covered by tests. When new functions are ;; added to Compat, they must come with test coverage! -;; Functions are marked with a link to the testsuite. The link type +;; Functions are marked with a link to the test suite. The link type ;; `compat-tests' must be registered first by evaluating the following ;; code. If you intend to work on the test suite you can add this code to ;; your init.el.