From 99c5bac3599af519bde103996e1911eb41584a48 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 11 Apr 2020 14:51:15 -0400 Subject: [PATCH] Correct projectile comment --- core/core-projects.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-projects.el b/core/core-projects.el index d09ff166f..8b65e1ee9 100644 --- a/core/core-projects.el +++ b/core/core-projects.el @@ -51,8 +51,8 @@ Emacs.") ;; for the paths listed in `projectile-project-root-files-bottom-up'. This ;; includes .git and .project ;; + `projectile-root-top-down' -> searches from the current directory down to - ;; / the paths listed in `projectile-root-top-down-recurring', like - ;; package.json, setup.py, or Cargo.toml + ;; / the paths listed in `projectile-root-files', like package.json, + ;; setup.py, or Cargo.toml ;; + `projectile-root-top-down-recurring' -> searches from the current ;; directory down to / for a directory that has one of ;; `projectile-project-root-files-top-down-recurring' but doesn't have a