branch: elpa/emacsql
commit 9c3293c57e91455e78dc111a77ec21174a2e19ba
Author: Christopher Wellons <[email protected]>
Commit: Christopher Wellons <[email protected]>
Add a docstring to emacsql struct.
---
emacsql.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/emacsql.el b/emacsql.el
index 9f4033874a..046ccc5528 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -58,6 +58,7 @@
"Path to the sqlite3 executable.")
(cl-defstruct (emacsql (:constructor emacsql--create))
+ "A connection to a SQLite database."
process file log)
(defvar emacsql-connections ()