Skip to content

Commit e8d565f

Browse files
syohexbbatsov
authored andcommitted
Replace obsoleted grimoire function
1 parent 62eb561 commit e8d565f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-cider-util.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ TYPE values include \"function\", \"macro\", etc."
125125
(helm-make-actions
126126
"CiderDoc" (wrap-helm-cider-action cider-doc-lookup)
127127
"Find definition" (wrap-helm-cider-action helm-cider--find-var)
128-
"Find on Grimoire" (wrap-helm-cider-action cider-grimoire-lookup))
128+
"Find on ClojureDocs" (wrap-helm-cider-action cider-clojuredocs-lookup))
129129
"Actions for looking up symbol's documentation.")
130130

131131

0 commit comments

Comments
 (0)