summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2020-07-12 21:48:39 +0300
committerEli Zaretskii <eliz@gnu.org>2020-07-12 21:48:39 +0300
commit0339325d538ead1bfb2bf3fd9c96120de96d1e9c (patch)
tree5b351c2e8aeca7a63019315f2e0bbc0dabfc77e2 /lisp
parent96173fbfabe538589d0ae09d78bcd11cdc74dcdb (diff)
downloademacs-0339325d538ead1bfb2bf3fd9c96120de96d1e9c.tar.gz
emacs-0339325d538ead1bfb2bf3fd9c96120de96d1e9c.tar.bz2
emacs-0339325d538ead1bfb2bf3fd9c96120de96d1e9c.zip
;* lisp/progmodes/project.el (project-current): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/project.el3
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."