emacs-elpa-diffs
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]