summaryrefslogtreecommitdiff
path: root/cider-doc.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-doc.el')
-rw-r--r--cider-doc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cider-doc.el b/cider-doc.el
index 28d40870..8d4f7418 100644
--- a/cider-doc.el
+++ b/cider-doc.el
@@ -460,8 +460,8 @@ Tables are marked to be ignored by line wrap."
(let* ((ns-sym-split (split-string ns-sym "/"))
(see-also-ns (car ns-sym-split))
(see-also-sym (cadr ns-sym-split))
- ;; if the fn belongs to the same ns,
- ;; don't display the namespace prefixed name
+ ;; if the var belongs to the same namespace,
+ ;; we omit the namespace to save some screen space
(symbol (if (equal ns see-also-ns) see-also-sym ns-sym)))
(insert-button symbol
'type 'help-xref