branch: externals/calibre
commit 06d6a97bf3d607140376dcc2774e06f32aca27a3
Author: Kjartan Oli Agustsson <kjartan...@disroot.org>
Commit: Kjartan Oli Agustsson <kjartan...@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

Reply via email to