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).
This commit is contained in:
parent
08b1028c1e
commit
b5ff3e0e0c
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue