From b5ff3e0e0c94f3bc53e0e71dd21445ddef5ed129 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 14 Nov 2020 16:17:44 +0100 Subject: [PATCH] project-or-external-find-file doc string fix * lisp/progmodes/project.el (project-or-external-find-file): Doc string fix -- it's not "recognizing" file names (bug#44588). --- lisp/progmodes/project.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 09e60c09acd..a395453491b 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -754,8 +754,7 @@ The completion default is the string at point." ;;;###autoload (defun project-or-external-find-file () "Visit a file (with completion) in the current project or external roots. -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 (cons -- 2.39.5