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

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

[nongnu] elpa/emacsql 2ffcc95c67 338/427: Fix a typo in the doc-string o


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 2ffcc95c67 338/427: Fix a typo in the doc-string of emacsql-with-params.
Date: Tue, 13 Dec 2022 02:59:59 -0500 (EST)

branch: elpa/emacsql
commit 2ffcc95c67859b0621f5b50597a05839246bdf82
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix a typo in the doc-string of emacsql-with-params.
---
 emacsql-compiler.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacsql-compiler.el b/emacsql-compiler.el
index e1c4a58abc..40204acab9 100644
--- a/emacsql-compiler.el
+++ b/emacsql-compiler.el
@@ -183,7 +183,7 @@ vector (v), schema (S)."
                 (?S :schema)))))))
 
 (defmacro emacsql-with-params (prefix &rest body)
-  "Evaluate BODY, collecting patameters.
+  "Evaluate BODY, collecting parameters.
 Provided local functions: `param', `identifier', `scalar',
 `svector', `expr', `subsql', and `combine'. BODY should return a string,
 which will be combined with variable definitions."



reply via email to

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