Function: helpful--make-references-button

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

Signature

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

Documentation

Make references button for SYM.

Source Code

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