emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql 3012f5b725 154/427: Fix typo.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 3012f5b725 154/427: Fix typo.
Date: Tue, 13 Dec 2022 02:59:37 -0500 (EST)

branch: elpa/emacsql
commit 3012f5b725b5afb680254d46891af970de3648d8
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]