From 0339325d538ead1bfb2bf3fd9c96120de96d1e9c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 12 Jul 2020 21:48:39 +0300 Subject: [PATCH] ;* lisp/progmodes/project.el (project-current): Doc fix. --- lisp/progmodes/project.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." -- 2.39.5