branch: elpa/emacsql commit 3012f5b725b5afb680254d46891af970de3648d8 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Fix typo. --- emacsql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsql.el b/emacsql.el index df5ed36084..79ff8a8d10 100644 --- a/emacsql.el +++ b/emacsql.el @@ -549,7 +549,7 @@ definitions for return from a `emacsql-defexpander'." (cl-ecase (length args) (1 (format "-(%s)" (recur 0))) (2 (format "%s - %s" (recur 0) (recur 1))))) - ;; variadic + ;; Variadic ((and or) (cl-case (length args) (0 (if (eq op 'and) "1" "0"))