Function: helpful--make-customize-button
helpful--make-customize-button is a byte-compiled function defined in
helpful.el.
Signature
(helpful--make-customize-button SYM)
Documentation
Make customize button for SYM.
Source Code
;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defun helpful--make-customize-button (sym)
"Make customize button for SYM."
(helpful--button
"Customize"
'helpful-customize-button
'symbol sym))