Function: helpful--describe

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

Signature

(helpful--describe BUTTON)

Documentation

Describe the symbol that this BUTTON represents.

Source Code

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