Function: helpful--info

helpful--info is a byte-compiled function defined in helpful.el.

Signature

(helpful--info BUTTON)

Documentation

Describe the symbol that this BUTTON represents.

Source Code

;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defun helpful--info (button)
  "Describe the symbol that this BUTTON represents."
  (info (button-get button 'info-node)))