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

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

[elpa] externals/kiwix 648bd39 2/5: improve warning message


From: Stefan Monnier
Subject: [elpa] externals/kiwix 648bd39 2/5: improve warning message
Date: Sat, 19 Dec 2020 11:21:31 -0500 (EST)

branch: externals/kiwix
commit 648bd39d6fd15fbf8fbcd1c5116960cb6592c4a8
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    improve warning message
---
 kiwix.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index 652fec3..2e4df66 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -98,7 +98,7 @@
   (let ((kiwix-dir (concat (getenv "HOME") "/.www.kiwix.org/kiwix")))
     (if (file-accessible-directory-p kiwix-dir)
         kiwix-dir
-      (warn "ERROR: Kiwix profile directory \".www.kiwix.org/kiwix\" is not 
accessible."))))
+      (warn "ERROR: Kiwix profile directory \"~/.www.kiwix.org/kiwix\" is not 
accessible."))))
 
 (defcustom kiwix-default-data-profile-name
   (when (kiwix-dir-detect)



reply via email to

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