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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/kiwix 6439f32 1/6: Add a note that ‘kiwix-zim-dir’ mus


From: Stefan Monnier
Subject: [elpa] externals/kiwix 6439f32 1/6: Add a note that ‘kiwix-zim-dir’ must end with a slash
Date: Thu, 7 Oct 2021 08:33:51 -0400 (EDT)

branch: externals/kiwix
commit 6439f32ccadd7870bbbe7b7d2608dc5c956eb29c
Author: Matt Beshara <m@mfa.pw>
Commit: Matt Beshara <m@mfa.pw>

    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)
 



reply via email to

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