aboutsummaryrefslogtreecommitdiff
path: root/compat-29.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-04-09 21:34:21 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2023-04-09 21:35:40 +0200
commited2fa19e9d1c42b53c6520d076751d47b7e9c8d6 (patch)
treefa782a472a078f136924dbf16cfea0043d61c127 /compat-29.el
parent81c5046b3118323d756eaed6a521846cc1361fb5 (diff)
Check that all compatibility definitions link to a corresponding test
Diffstat (limited to 'compat-29.el')
-rw-r--r--compat-29.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-29.el b/compat-29.el
index 8a22639..2e59ff9 100644
--- a/compat-29.el
+++ b/compat-29.el
@@ -278,7 +278,7 @@ in order to restore the state of the local variables set via this macro.
(,(if (fboundp 'compat--setq-local) 'compat--setq-local 'setq-local)
,@pairs)))
-(compat-defun list-of-strings-p (object) ;; <compat-tests:lists-of-strings-p>
+(compat-defun list-of-strings-p (object) ;; <compat-tests:list-of-strings-p>
"Return t if OBJECT is nil or a list of strings."
(declare (pure t) (side-effect-free t))
(while (and (consp object) (stringp (car object)))