branch: externals/kiwix commit 2cafd37267ae5c7e64657750c7f8446d13683ff5 Author: Matt Beshara <m...@mfa.pw> Commit: Matt Beshara <m...@mfa.pw>
I think I was wrong: ‘kiwix-zim-dir’ is distinct from ‘library-path’ --- kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 70eacc4..f0bc13d 100644 --- a/kiwix.el +++ b/kiwix.el @@ -79,7 +79,7 @@ (expand-file-name "~/.www.kiwix.org/kiwix") (car (directory-files (expand-file-name "~/.www.kiwix.org/kiwix") nil ".*\\.default\\'")) ; profile folder name "/data/library/*.zim"))) - "The kiwix ZIM files directory. Must end with a slash." + "The kiwix ZIM files directory." :type 'string :safe #'stringp)