[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/calibre 06d6a97bf3 1/2: Fill docstring
From: |
ELPA Syncer |
Subject: |
[elpa] externals/calibre 06d6a97bf3 1/2: Fill docstring |
Date: |
Thu, 8 Feb 2024 06:57:37 -0500 (EST) |
branch: externals/calibre
commit 06d6a97bf3d607140376dcc2774e06f32aca27a3
Author: Kjartan Oli Agustsson <kjartanoli@disroot.org>
Commit: Kjartan Oli Agustsson <kjartanoli@disroot.org>
Fill docstring
* calibre-db.el (calibre-db--query): Fill docstring.
---
calibre-db.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/calibre-db.el b/calibre-db.el
index 5e49d702d4..2b1e58df0d 100644
--- a/calibre-db.el
+++ b/calibre-db.el
@@ -156,7 +156,9 @@ LEFT JOIN series ON sl.series = series.id;"))))
ARG is a value to passed to a WHERE clause in QUERY. FUZZY
determines whether the WHERE clause matches using LIKE or exact
-matching. If FUZZY is non-nil LIKE will be used. QUERY must contain exactly
one %s where the matching against ARG should be substituted.
+matching. If FUZZY is non-nil LIKE will be used. QUERY must
+contain exactly one %s where the matching against ARG should be
+substituted.
This means QUERY should probably end:
WHERE column %s