[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 2a8f31b996: project-current: Improve the docstring
From: |
Dmitry Gutov |
Subject: |
emacs-29 2a8f31b996: project-current: Improve the docstring |
Date: |
Wed, 30 Nov 2022 10:26:08 -0500 (EST) |
branch: emacs-29
commit 2a8f31b996c22564e90928922934e31577627047
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>
project-current: Improve the docstring
* lisp/progmodes/project.el (project-current):
Improve the docstring (bug#59722).
---
lisp/progmodes/project.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index c1245704bc..cc28bddff2 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -196,8 +196,8 @@ project instance.
The \"transient\" project instance is a special kind of value
which denotes a project rooted in that directory and includes all
-the files under the directory except for those that should be
-ignored (per `project-ignores').
+the files under the directory except for those that match entries
+in `vc-directory-exclusion-list' or `grep-find-ignored-files'.
See the doc string of `project-find-functions' for the general form
of the project instance object."
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 2a8f31b996: project-current: Improve the docstring,
Dmitry Gutov <=