[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 845763f2ad 1/4: Merge from origin/emacs-29
From: |
Po Lu |
Subject: |
master 845763f2ad 1/4: Merge from origin/emacs-29 |
Date: |
Thu, 1 Dec 2022 01:33:59 -0500 (EST) |
branch: master
commit 845763f2ad1c4b0f1a995f6f814cd5f2cdbf239d
Merge: de00aef3e1 2a8f31b996
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>
Merge from origin/emacs-29
2a8f31b996 project-current: Improve the docstring
---
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."