diff options
-rw-r--r-- | lisp/progmodes/project.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 6902cc10e4d..67ce3dc7d95 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -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." |