Function: helpful--customize
helpful--customize is a byte-compiled function defined in helpful.el.
Signature
(helpful--customize BUTTON)
Documentation
Open Customize for this symbol.
Source Code
;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defun helpful--customize (button)
"Open Customize for this symbol."
(customize-variable (button-get button 'symbol)))