summaryrefslogtreecommitdiff
path: root/cider-macroexpansion.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-macroexpansion.el')
-rw-r--r--cider-macroexpansion.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-macroexpansion.el b/cider-macroexpansion.el
index c672aea6..61042f8d 100644
--- a/cider-macroexpansion.el
+++ b/cider-macroexpansion.el
@@ -167,7 +167,7 @@ and point is placed after the expanded form."
["Macroexpand-all" cider-macroexpand-all-inplace]
["Go to source" cider-jump-to-var]
["Go to doc" cider-doc]
- ["Go to Javadoc" cider-doc-javadoc]
+ ["Go to Javadoc" cider-docview-javadoc]
["Quit" cider-popup-buffer-quit-function]))
(cl-labels ((redefine-key (from to)
(dolist (mapping (where-is-internal from cider-mode-map))