aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2020-07-12 21:48:39 +0300
committerEli Zaretskii2020-07-12 21:48:39 +0300
commit0339325d538ead1bfb2bf3fd9c96120de96d1e9c (patch)
tree5b351c2e8aeca7a63019315f2e0bbc0dabfc77e2
parent96173fbfabe538589d0ae09d78bcd11cdc74dcdb (diff)
downloademacs-0339325d538ead1bfb2bf3fd9c96120de96d1e9c.tar.gz
emacs-0339325d538ead1bfb2bf3fd9c96120de96d1e9c.zip
;* lisp/progmodes/project.el (project-current): Doc fix.
-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.
123 123
124The \"transient\" project instance is a special kind of value 124The \"transient\" project instance is a special kind of value
125which denotes a project rooted in that directory and includes all 125which denotes a project rooted in that directory and includes all
126files under it except for ones that match standard ignores. 126the files under the directory except for those that should be
127ignored (per `project-ignores').
127 128
128See the doc string of `project-find-functions' for the general form 129See the doc string of `project-find-functions' for the general form
129of the project instance object." 130of the project instance object."