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

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

[nongnu] elpa/emacsql 9c3293c57e 020/427: Add a docstring to emacsql str


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 9c3293c57e 020/427: Add a docstring to emacsql struct.
Date: Tue, 13 Dec 2022 02:59:24 -0500 (EST)

branch: elpa/emacsql
commit 9c3293c57e91455e78dc111a77ec21174a2e19ba
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    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 ()



reply via email to

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