From: Eli Zaretskii Date: Sun, 12 Jul 2020 18:48:39 +0000 (+0300) Subject: ;* lisp/progmodes/project.el (project-current): Doc fix. X-Git-Tag: emacs-28.0.90~7012 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0339325d538ead1bfb2bf3fd9c96120de96d1e9c;p=emacs.git ;* lisp/progmodes/project.el (project-current): Doc fix. --- 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."