aboutsummaryrefslogtreecommitdiff
path: root/compat-tests.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-01-20 16:10:51 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-01-20 16:10:51 +0100
commit980f58d26f3655863e35b7284c4df0513fa35f88 (patch)
treeb0cf8329cf395058e304157a2a517f29604f84e0 /compat-tests.el
parent80e663a48b2b4f52cba528c44133d297ae871aa5 (diff)
parenteb8fbfa5582a8e5880e2eaa66d15d498bca6a45a (diff)
Merge branch 'main' into emacs-30
Diffstat (limited to 'compat-tests.el')
-rw-r--r--compat-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat-tests.el b/compat-tests.el
index 717ac76..8340d5f 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.