* lisp/progmodes/project.el (project-find-file): Don't say
anything about recognizing file names, as that may lead the user
to think that it'll check whether the string at point is an
existing file (bug#44588).
;;;###autoload
(defun project-find-file ()
"Visit a file (with completion) in the current project.
-The completion default is the filename at point, if one is
-recognized."
+The completion default is the string at point."
(interactive)
(let* ((pr (project-current t))
(dirs (list (project-root pr))))