aboutsummaryrefslogtreecommitdiff
path: root/lisp/hcel-results.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/hcel-results.el')
-rw-r--r--lisp/hcel-results.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hcel-results.el b/lisp/hcel-results.el
index 59213e6..6f9a29e 100644
--- a/lisp/hcel-results.el
+++ b/lisp/hcel-results.el
@@ -197,7 +197,7 @@ Start by choosing a package."
(alist-get 'packageId (plist-get props 'location-info))
(alist-get 'modulePath (plist-get props 'location-info))
(plist-get props 'internal-id)))
- (t (error "%S not supported!" major-mode)))))
+ (t (error "%S not supported and not in eldoc doc buffer." major-mode)))))
(defun hcel-find-references-internal (package-id module-path identifier)
(when (and package-id module-path identifier)