branch: externals/calibre
commit b2051befa6ede1d289df84bb44e27dbaf62b2e24
Author: Kjartan Oli Agustsson <[email protected]>
Commit: Kjartan Oli Agustsson <[email protected]>

    Fix docstring of calibre-library
    
    * calibre-library.el (calibre-library): Fix docstring.
---
 calibre-library.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/calibre-library.el b/calibre-library.el
index 1ff8079c91..22d5c45372 100644
--- a/calibre-library.el
+++ b/calibre-library.el
@@ -306,7 +306,7 @@ If called with a prefix argument prompt the user for the 
format."
 
 ;;;###autoload
 (defun calibre-library ()
-  "List all books in Calibre Library `calibrary-dir'."
+  "List all books in the active Calibre Library."
   (interactive)
   (let ((buffer (get-buffer-create calibre-library-buffer)))
     (with-current-buffer buffer

Reply via email to