summaryrefslogtreecommitdiff
path: root/cider-doc.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-doc.el')
-rw-r--r--cider-doc.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/cider-doc.el b/cider-doc.el
index 8d4f7418..fe64aaf3 100644
--- a/cider-doc.el
+++ b/cider-doc.el
@@ -456,7 +456,6 @@ Tables are marked to be ignored by line wrap."
(when see-also
(insert "\n\n Also see: ")
(mapc (lambda (ns-sym)
-
(let* ((ns-sym-split (split-string ns-sym "/"))
(see-also-ns (car ns-sym-split))
(see-also-sym (cadr ns-sym-split))
@@ -468,7 +467,7 @@ Tables are marked to be ignored by line wrap."
'help-function (apply-partially #'cider-doc-lookup symbol)))
(insert " "))
see-also))
- (help-make-xrefs)
+ (cider--help-make-xrefs)
(let ((beg (point-min))
(end (point-max)))
(nrepl-dict-map (lambda (k v)