emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/projectile 4e6f66c329: Fix wrong variable name


From: ELPA Syncer
Subject: [nongnu] elpa/projectile 4e6f66c329: Fix wrong variable name
Date: Thu, 6 Jan 2022 16:58:31 -0500 (EST)

branch: elpa/projectile
commit 4e6f66c329e57d66269b4bd3fc02518eb0c677bc
Author: Guillaume Brunerie <guillaume.brunerie+github@gmail.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Fix wrong variable name
---
 doc/modules/ROOT/pages/projects.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/modules/ROOT/pages/projects.adoc 
b/doc/modules/ROOT/pages/projects.adoc
index 9b9627aea3..cb5e4bc56f 100644
--- a/doc/modules/ROOT/pages/projects.adoc
+++ b/doc/modules/ROOT/pages/projects.adoc
@@ -562,7 +562,7 @@ precedence with respect to project detection. Let's examine 
the defaults:
 
 * `projectile-root-local` looks for project path set via the buffer-local 
variable `projectile-project-root`. Typically you'd set this variable via 
`.dir-locals.el` and it will take precedence over everything else.
 
-* `projectile-root-bottom-up` will start looking for a project marker 
file/folder(e.g. `.projectile`, `.hg`, `.git`) from the current folder (a.k.a. 
`default-directory` in Emacs lingo) up the directory tree. It will return the 
first match it discovers. The assumption is pretty simple - the root marker 
appear only once, at the root folder of a project. If a root marker appear in 
several nested folders (e.g. you've got nested git projects), the bottom-most 
(closest to the current dir) matc [...]
+* `projectile-root-bottom-up` will start looking for a project marker 
file/folder(e.g. `.projectile`, `.hg`, `.git`) from the current folder (a.k.a. 
`default-directory` in Emacs lingo) up the directory tree. It will return the 
first match it discovers. The assumption is pretty simple - the root marker 
appear only once, at the root folder of a project. If a root marker appear in 
several nested folders (e.g. you've got nested git projects), the bottom-most 
(closest to the current dir) matc [...]
 
 * `projectile-root-top-down` is similar, but it will return the top-most 
(farthest from the current directory) match. It's configurable via 
`projectile-project-root-files` and all project manifest markers like 
`pom.xml`, `Gemfile`, `project.clj`, etc go there.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]