Variable: ffap-file-finder
ffap-file-finder is a customizable variable defined in ffap.el.gz.
Value
find-file
Documentation
The command called by find-file-at-point to find a file.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/ffap.el.gz
;;;###autoload
(defcustom ffap-file-finder 'find-file
"The command called by `find-file-at-point' to find a file."
:type 'function
:group 'ffap
:risky t)