[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/emacsql c6e05560be 1/6: emacsql-sqlite-open: Fix typo in d
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/emacsql c6e05560be 1/6: emacsql-sqlite-open: Fix typo in doc-string |
Date: |
Sun, 17 Nov 2024 18:59:36 -0500 (EST) |
branch: elpa/emacsql
commit c6e05560be8542cbcfc032f7a17c752b2bb3e045
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
emacsql-sqlite-open: Fix typo in doc-string
---
emacsql-sqlite.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el
index 11103f99e9..ece611bdf0 100644
--- a/emacsql-sqlite.el
+++ b/emacsql-sqlite.el
@@ -98,7 +98,7 @@ See https://www.sqlite.org/c3ref/busy_timeout.html.")
;;; Utilities
(defun emacsql-sqlite-open (file &optional debug)
- "Open a connected to the database stored in FILE using an SQLite back-end.
+ "Open a connection to the database stored in FILE using an SQLite back-end.
Automatically use the best available back-end, as returned by
`emacsql-sqlite-default-connection'.
- [nongnu] elpa/emacsql updated (be76529215 -> 937d45a1c3), ELPA Syncer, 2024/11/17
- [nongnu] elpa/emacsql 0d901004b9 4/6: emacsql-sqlite-open: Ensure directory containing database file exists, ELPA Syncer, 2024/11/17
- [nongnu] elpa/emacsql 05b7a25d73 3/6: emacsql-sqlite-open: Add SETUP argument, ELPA Syncer, 2024/11/17
- [nongnu] elpa/emacsql c6e05560be 1/6: emacsql-sqlite-open: Fix typo in doc-string,
ELPA Syncer <=
- [nongnu] elpa/emacsql 44b4f89407 2/6: emacsql-sqlite-open: Enable foreign key constrains, ELPA Syncer, 2024/11/17
- [nongnu] elpa/emacsql c8fceaf236 5/6: emacsql-sqlite-connection: New function, ELPA Syncer, 2024/11/17
- [nongnu] elpa/emacsql 937d45a1c3 6/6: make: Compile emacsql-sqlite.el, ELPA Syncer, 2024/11/17