Function: cider-xref-doc
cider-xref-doc is a byte-compiled function defined in cider-xref.el.
Signature
(cider-xref-doc BUTTON)
Documentation
Display documentation for the symbol represented at BUTTON.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-xref.el
(defun cider-xref-doc (button)
"Display documentation for the symbol represented at BUTTON."
(cider-doc-lookup (button-get button 'apropos-symbol)))