branch: externals/kiwix
commit 6439f32ccadd7870bbbe7b7d2608dc5c956eb29c
Author: Matt Beshara <[email protected]>
Commit: Matt Beshara <[email protected]>
Add a note that ‘kiwix-zim-dir’ must end with a slash
---
kiwix.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kiwix.el b/kiwix.el
index 8f04dbf..5364c68 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."
+ "The kiwix ZIM files directory. Must end with a slash."
:type 'string
:safe #'stringp)