]> git.eshelyaron.com Git - emacs.git/commitdiff
;* lisp/progmodes/project.el (project-current): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 12 Jul 2020 18:48:39 +0000 (21:48 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 12 Jul 2020 18:48:39 +0000 (21:48 +0300)
lisp/progmodes/project.el

index 6902cc10e4da0360ad17ef73a8324887baac8ec1..67ce3dc7d9531b1b8a8b2457a5608163daa391b0 100644 (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."