branch: elpa/emacsql
commit f0249f655fd1a2c066c5a1b3daa93c80c5ed9865
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Update library commentaries
All libraries are now distributed with `emacsql' itself, so no longer
talk about the back-end libraries as packages in their own right (even
though they for now are *also* distributed as separate packages.
---
emacsql-mysql.el | 2 +-
emacsql-pg.el | 2 +-
emacsql-psql.el | 2 +-
emacsql-sqlite-builtin.el | 2 +-
emacsql-sqlite-module.el | 2 +-
emacsql-sqlite.el | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/emacsql-mysql.el b/emacsql-mysql.el
index 2cefd38b95..87c387c1df 100644
--- a/emacsql-mysql.el
+++ b/emacsql-mysql.el
@@ -12,7 +12,7 @@
;;; Commentary:
-;; This package provides an EmacSQL back-end for MySQL, which uses
+;; This library provides an EmacSQL back-end for MySQL, which uses
;; the standard `msql' command line program.
;;; Code:
diff --git a/emacsql-pg.el b/emacsql-pg.el
index ebbadaf32b..0f81bb6114 100644
--- a/emacsql-pg.el
+++ b/emacsql-pg.el
@@ -12,7 +12,7 @@
;;; Commentary:
-;; This package provides an EmacSQL back-end for PostgreSQL, which
+;; This library provides an EmacSQL back-end for PostgreSQL, which
;; uses the `pg' package to directly speak to the database.
;; (For an alternative back-end for PostgreSQL, see `emacsql-psql'.)
diff --git a/emacsql-psql.el b/emacsql-psql.el
index 724434de5b..fa4b1b556c 100644
--- a/emacsql-psql.el
+++ b/emacsql-psql.el
@@ -11,7 +11,7 @@
;;; Commentary:
-;; This package provides an EmacSQL back-end for PostgreSQL, which
+;; This library provides an EmacSQL back-end for PostgreSQL, which
;; uses the standard `psql' command line program.
;; (For an alternative back-end for PostgreSQL, see `emacsql-pg'.)
diff --git a/emacsql-sqlite-builtin.el b/emacsql-sqlite-builtin.el
index 7b56756e2f..2bef8b11c5 100644
--- a/emacsql-sqlite-builtin.el
+++ b/emacsql-sqlite-builtin.el
@@ -11,7 +11,7 @@
;;; Commentary:
-;; This package provides an EmacSQL back-end for SQLite, which uses
+;; This library provides an EmacSQL back-end for SQLite, which uses
;; the built-in SQLite support in Emacs 29 an later.
;;; Code:
diff --git a/emacsql-sqlite-module.el b/emacsql-sqlite-module.el
index a1d32cb8a8..12837fbfc9 100644
--- a/emacsql-sqlite-module.el
+++ b/emacsql-sqlite-module.el
@@ -11,7 +11,7 @@
;;; Commentary:
-;; This package provides an EmacSQL back-end for SQLite, which uses
+;; This library provides an EmacSQL back-end for SQLite, which uses
;; the Emacs module provided by the `sqlite3' package.
;;; Code:
diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el
index 43dcc0eccc..f15068ad6e 100644
--- a/emacsql-sqlite.el
+++ b/emacsql-sqlite.el
@@ -12,7 +12,7 @@
;;; Commentary:
-;; This package provides the original EmacSQL back-end for SQLite,
+;; This library provides the original EmacSQL back-end for SQLite,
;; which uses a custom binary for communicating with a SQLite database.
;; During package installation an attempt is made to compile the binary.