Function: helpful--follow-link
helpful--follow-link is a byte-compiled function defined in
helpful.el.
Signature
(helpful--follow-link BUTTON)
Documentation
Follow the URL specified by BUTTON.
Source Code
;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defun helpful--follow-link (button)
"Follow the URL specified by BUTTON."
(browse-url (button-get button 'url)))