Function: helpful--navigate-button

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

Signature

(helpful--navigate-button TEXT PATH &optional POS)

Documentation

Return a button that opens PATH and puts point at POS.

Source Code

;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defun helpful--navigate-button (text path &optional pos)
  "Return a button that opens PATH and puts point at POS."
  (helpful--button
   text
   'helpful-navigate-button
   'path path
   'position pos))