From b499d11932047fd69e9a1e23ee3a07f2abb67601 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 20 Feb 2025 12:24:00 +0100 Subject: [PATCH] Make checkdoc happy --- closql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/closql.el b/closql.el index 80932a9..ef2d8e0 100644 --- a/closql.el +++ b/closql.el @@ -555,7 +555,7 @@ (mapc (lambda (arg) (let ((str (symbol-name arg))) (unless (string-match "\\`\\(!\\)?\\([^*]+\\)\\(\\*\\)?\\'" str) - (error "closql-where-class-in: invalid type: %s" arg)) + (error "`closql-where-class-in': invalid type: %s" arg)) (let* ((exclude (match-beginning 1)) (a (intern (match-string 2 str))) (a (cond ((match-beginning 3)