From 99dbdbd01906e97f6f8939ccf85666b1eb3ebb27 Mon Sep 17 00:00:00 2001 From: Vitalie Spinu Date: Sat, 2 Aug 2014 15:25:31 -0700 Subject: Add cider-doc-map/menu and refactor cider-doc- into cider-doc-mode- prefix --- cider-macroexpansion.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cider-macroexpansion.el') 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)) -- cgit v1.2.3