projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96173fb
)
;* lisp/progmodes/project.el (project-current): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 12 Jul 2020 18:48:39 +0000
(21:48 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 12 Jul 2020 18:48:39 +0000
(21:48 +0300)
lisp/progmodes/project.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index 6902cc10e4da0360ad17ef73a8324887baac8ec1..67ce3dc7d9531b1b8a8b2457a5608163daa391b0 100644
(file)
--- 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."