Function: helpful--make-callees-button
helpful--make-callees-button is a byte-compiled function defined in
helpful.el.
Signature
(helpful--make-callees-button SYM SOURCE)
Source Code
;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defun helpful--make-callees-button (sym source)
(helpful--button
(format "Functions used by %s" sym)
'helpful-callees-button
'symbol sym
'source source))