summaryrefslogtreecommitdiff
path: root/cider-interaction.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2014-08-05 08:25:22 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2014-08-05 08:25:22 +0300
commite67b04e2701805d60624b5a795a616a4b4618eb9 (patch)
treeeb564aadf367ca154916821e411b3c8acd68de23 /cider-interaction.el
parent6c39b349750264407cad5b8cd48c286f87a44738 (diff)
parent99dbdbd01906e97f6f8939ccf85666b1eb3ebb27 (diff)
Merge pull request #691 from vitoshka/doc-map
Create cider-doc-map and add "\C" versions of the keys when it makes sense.
Diffstat (limited to 'cider-interaction.el')
-rw-r--r--cider-interaction.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-interaction.el b/cider-interaction.el
index 88f93812..4f016b51 100644
--- a/cider-interaction.el
+++ b/cider-interaction.el
@@ -1425,7 +1425,7 @@ point, prompts for a var."
(defun cider-create-doc-buffer (symbol)
"Populates *cider-doc* with the documentation for SYMBOL."
(-when-let (info (cider-var-info symbol))
- (cider-doc-render (cider-make-popup-buffer cider-doc-buffer) symbol info)))
+ (cider-docview-render (cider-make-popup-buffer cider-doc-buffer) symbol info)))
(defun cider-doc-lookup (symbol)
"Look up documentation for SYMBOL."