[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/calibre c350125e48 5/9: Fix docstring
From: |
ELPA Syncer |
Subject: |
[elpa] externals/calibre c350125e48 5/9: Fix docstring |
Date: |
Tue, 16 Jan 2024 12:57:40 -0500 (EST) |
branch: externals/calibre
commit c350125e488e6a91f2ef8be4e4983ef96ea56496
Author: Kjartan Oli Agustsson <kjartanoli@disroot.org>
Commit: Kjartan Oli Agustsson <kjartanoli@disroot.org>
Fix docstring
* calibre-search.el (calibre-search--choice-function): Update
docstring to mention the calibre-core API instead of referring to
the now internal calibre-db API.
---
calibre-search.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/calibre-search.el b/calibre-search.el
index c17d1170a8..4e22fb84aa 100644
--- a/calibre-search.el
+++ b/calibre-search.el
@@ -36,7 +36,7 @@ the user to select an FIELD, otherwise it will read: Prompt
the
user to select a FIELD.
If PLURAL is non-nil FIELD is assumed to be a plural word, and an s
-will not be appended to the calibre-db--get-FIELD function's name."
+will not be appended to the calibre-core--get-FIELD function's name."
`(defun ,(intern (format "calibre-search-chose-%s" field)) ()
,(format "Prompt the user to select %s %s" (if an "an" "a") field)
(interactive)
- [elpa] externals/calibre updated (2c4221ecfa -> 7fe464d218), ELPA Syncer, 2024/01/16
- [elpa] externals/calibre 828be28570 4/9: Allow opening books in an external program, ELPA Syncer, 2024/01/16
- [elpa] externals/calibre d8c85ae51b 8/9: Enable fuzzy searching, ELPA Syncer, 2024/01/16
- [elpa] externals/calibre 7fe464d218 9/9: Bump version number, ELPA Syncer, 2024/01/16
- [elpa] externals/calibre 5b2b8a878d 2/9: Move some index commands, ELPA Syncer, 2024/01/16
- [elpa] externals/calibre 1d23ae29ff 1/9: Use pop instead of (setf lst (cdr lst)), ELPA Syncer, 2024/01/16
- [elpa] externals/calibre c350125e48 5/9: Fix docstring,
ELPA Syncer <=
- [elpa] externals/calibre 5a92273025 6/9: Fix punctuation, ELPA Syncer, 2024/01/16
- [elpa] externals/calibre 6446221d20 7/9: Reword description of composite filters, ELPA Syncer, 2024/01/16
- [elpa] externals/calibre 339258061e 3/9: Expand file name before opening files, ELPA Syncer, 2024/01/16