|
From: | Dmitry Gutov |
Subject: | Re: master b21015c: Clarify project-find-file doc string |
Date: | Thu, 12 Nov 2020 20:31:37 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 12.11.2020 14:36, Lars Ingebrigtsen wrote:
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index a648618..09e60c0 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -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."
That seems a little vague, doesn't it? What is a "string a point"?
[Prev in Thread] | Current Thread | [Next in Thread] |