;* lisp/progmodes/project.el (project-current): Doc fix.

This commit is contained in:
Eli Zaretskii 2020-07-12 21:48:39 +03:00
parent 96173fbfab
commit 0339325d53

View file

@ -123,7 +123,8 @@ project instance.
The \"transient\" project instance is a special kind of value
which denotes a project rooted in that directory and includes all
files under it except for ones that match standard ignores.
the files under the directory except for those that should be
ignored (per `project-ignores').
See the doc string of `project-find-functions' for the general form
of the project instance object."