]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify project-find-file doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 12 Nov 2020 12:36:19 +0000 (13:36 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 12 Nov 2020 12:36:19 +0000 (13:36 +0100)
* 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).

lisp/progmodes/project.el

index a648618e828385e373feb5bf63e7e92f6886d8e6..09e60c09acd36c2a888aadc6efbfc55fcc41a6ab 100644 (file)
@@ -745,8 +745,7 @@ pattern to search for."
 ;;;###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))))