summaryrefslogtreecommitdiff
path: root/cider-doc.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-05-24 11:14:23 -0300
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-05-24 11:14:23 -0300
commit3374dbb00b348d525e61ed853fb5a34999ee61b6 (patch)
tree38cb283c60d48f868c67ed60fec7ac8901589c1b /cider-doc.el
parent67ab8e42352311acb4674d17187ab656381911de (diff)
Simplifications to cider--doc-make-xrefs
Diffstat (limited to 'cider-doc.el')
-rw-r--r--cider-doc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-doc.el b/cider-doc.el
index fe64aaf3..250a32ba 100644
--- a/cider-doc.el
+++ b/cider-doc.el
@@ -467,7 +467,7 @@ Tables are marked to be ignored by line wrap."
'help-function (apply-partially #'cider-doc-lookup symbol)))
(insert " "))
see-also))
- (cider--help-make-xrefs)
+ (cider--doc-make-xrefs)
(let ((beg (point-min))
(end (point-max)))
(nrepl-dict-map (lambda (k v)