Function: helpful--make-manual-button

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

Signature

(helpful--make-manual-button SYM)

Documentation

Make manual button for SYM.

Source Code

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