branch: master
commit afbaad1527e6bd315237fa6db2e0caedc61e495d
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
company-ispell-available: Better error message
Closes #836
---
company-ispell.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/company-ispell.el b/company-ispell.el
index c275bbe..ed658f2 100644
--- a/company-ispell.el
+++ b/company-ispell.el
@@ -53,7 +53,7 @@ If nil, use `ispell-complete-word-dict'."
(company-ispell--lookup-words "WHATEVER")
(setq company-ispell-available t))
(error
- (message "Company: ispell-look-command not found")
+ (message "Company-Ispell: %s" (error-message-string err))
(setq company-ispell-available nil))))
company-ispell-available)