We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1975e commit feb8af5Copy full SHA for feb8af5
cider-clojuredocs.el
@@ -40,7 +40,7 @@
40
(defconst cider-clojuredocs-buffer "*cider-clojuredocs*")
41
42
(defun cider-sync-request:clojuredocs-lookup (ns sym)
43
- "Perform nREPL \"resource\" op with NS and SYM."
+ "Perform nREPL \"clojuredocs-lookup\" op with NS and SYM."
44
(thread-first `("op" "clojuredocs-lookup"
45
"ns" ,ns
46
"sym" ,sym)
0 commit comments