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

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

[nongnu] elpa/sqlite3 a4832b01c3 14/62: improved commentary


From: ELPA Syncer
Subject: [nongnu] elpa/sqlite3 a4832b01c3 14/62: improved commentary
Date: Tue, 14 Mar 2023 11:01:45 -0400 (EDT)

branch: elpa/sqlite3
commit a4832b01c306a832e928a47281b45ecaed755cee
Author: Y. N. Lo <gordonynlo@yahoo.com>
Commit: Y. N. Lo <gordonynlo@yahoo.com>

    improved commentary
---
 sqlite3-api.el | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/sqlite3-api.el b/sqlite3-api.el
index 833d794f8c..26d142aa77 100644
--- a/sqlite3-api.el
+++ b/sqlite3-api.el
@@ -1,6 +1,4 @@
-;;; sqlite3-api.el --- SQLite3 API
-;;; Commentary:
-;; This package defines errors for sqlite3-api-module.
+;;; sqlite3-api.el --- Provides access to SQLite3 C API
 ;;
 ;; Author: Peking Duck <github.com/pekingduck>
 ;; Version: 0.0.1
@@ -22,6 +20,17 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+;;; Commentary:
+;; This package provides access to SQLite3 C API via dynamic module.
+;; After installing this package, you should do a
+;; M-x sqlite3-api-install-dynamic-module to install the actual
+;; dynamic module.
+;;
+;; Visit https://github.com/pekingduck/emacs-sqlite3-api for
+;; documentation.
+
+;;; Code
+
 ;; sqlite-* constants
 (require 'sqlite3-api-constants nil t)
 



reply via email to

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