branch: elpa/emacsql commit c6e05560be8542cbcfc032f7a17c752b2bb3e045 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@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'.