Function: helpful--make-disassemble-button

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

Signature

(helpful--make-disassemble-button OBJ)

Documentation

Make disassemble button for OBJ.

OBJ may be a symbol or a compiled function object.

Source Code

;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defun helpful--make-disassemble-button (obj)
  "Make disassemble button for OBJ.
OBJ may be a symbol or a compiled function object."
  (helpful--button
   "Disassemble"
   'helpful-disassemble-button
   'object obj))