project-current: Improve the docstring
* lisp/progmodes/project.el (project-current): Improve the docstring (bug#59722).
This commit is contained in:
parent
c3466099c5
commit
2a8f31b996
1 changed files with 2 additions and 2 deletions
|
@ -196,8 +196,8 @@ project instance.
|
|||
|
||||
The \"transient\" project instance is a special kind of value
|
||||
which denotes a project rooted in that directory and includes all
|
||||
the files under the directory except for those that should be
|
||||
ignored (per `project-ignores').
|
||||
the files under the directory except for those that match entries
|
||||
in `vc-directory-exclusion-list' or `grep-find-ignored-files'.
|
||||
|
||||
See the doc string of `project-find-functions' for the general form
|
||||
of the project instance object."
|
||||
|
|
Loading…
Add table
Reference in a new issue