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