Function: helpful--make-forget-button

helpful--make-forget-button is a byte-compiled function defined in helpful.el.

Signature

(helpful--make-forget-button SYM CALLABLE-P)

Documentation

Make forget button for SYM.

Source Code

;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defun helpful--make-forget-button (sym callable-p)
  "Make forget button for SYM."
  (helpful--button
   "Forget"
   'helpful-forget-button
   'symbol sym
   'callable-p callable-p))