[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/calibre 524ce0353e 01/10: Fix docstring
From: |
ELPA Syncer |
Subject: |
[elpa] externals/calibre 524ce0353e 01/10: Fix docstring |
Date: |
Thu, 18 May 2023 12:57:31 -0400 (EDT) |
branch: externals/calibre
commit 524ce0353ef6b7a24c11213d2dc78b8de23da139
Author: Kjartan Óli Ágústsson <kjartanoli@disroot.org>
Commit: Kjartan Óli Ágústsson <kjartanoli@disroot.org>
Fix docstring
* calibre-search.el (calibre-search--choice-function): Refer to
calibre-core instead of calibre-db.
---
calibre-search.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/calibre-search.el b/calibre-search.el
index 16c374abb2..c4facae03b 100644
--- a/calibre-search.el
+++ b/calibre-search.el
@@ -27,9 +27,9 @@
(defmacro calibre-search--choice-function (field &optional an plural)
"Create a function to prompt the user to select a value for FIELD.
FIELD should be the name of a metadata field associated with
-books. A corresponding calibre-db--get-FIELDs function must
+books. A corresponding calibre-core--get-FIELDs function must
exist, i.e. if FIELD is author the function
-calibre-db--get-authors must exist.
+calibre-core--get-authors must exist.
If AN is non-nil the new function's docstring will read: Prompt
the user to select an FIELD, otherwise it will read: Prompt the
- [elpa] externals/calibre updated (e283a2c928 -> ba5fa17e31), ELPA Syncer, 2023/05/18
- [elpa] externals/calibre f0324a9d21 06/10: Move calibre-parse-timestamp to calibre-db, ELPA Syncer, 2023/05/18
- [elpa] externals/calibre b237fd2e5e 05/10: Allow searching by title, ELPA Syncer, 2023/05/18
- [elpa] externals/calibre 512b5a1197 02/10: Add mode line indicator when updating library, ELPA Syncer, 2023/05/18
- [elpa] externals/calibre c07fa7d0f3 04/10: Require exact matching in calibre-cli search, ELPA Syncer, 2023/05/18
- [elpa] externals/calibre cc66ec42bf 08/10: Remove seemingly unnecessary require, ELPA Syncer, 2023/05/18
- [elpa] externals/calibre c6d0201342 09/10: Capture calibredb output, ELPA Syncer, 2023/05/18
- [elpa] externals/calibre 47ae488aed 07/10: Drop EIEIO in favor of custom editing solution, ELPA Syncer, 2023/05/18
- [elpa] externals/calibre ba5fa17e31 10/10: Update copyright headers, ELPA Syncer, 2023/05/18
- [elpa] externals/calibre 524ce0353e 01/10: Fix docstring,
ELPA Syncer <=
- [elpa] externals/calibre f096edd1d3 03/10: Return list instead of list of lists, ELPA Syncer, 2023/05/18