Function: helpful--shortdoc

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

Signature

(helpful--shortdoc BUTTON)

Documentation

Describe the symbol that this BUTTON represents.

Source Code

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