Correct projectile comment

This commit is contained in:
Henrik Lissner
2020-04-11 14:51:15 -04:00
parent da427a1b95
commit 99c5bac359

View File

@ -51,8 +51,8 @@ Emacs.")
;; + `projectile-root-bottom-up' -> searches from / to your current directory ;; + `projectile-root-bottom-up' -> searches from / to your current directory
;; for the paths listed in `projectile-project-root-files-bottom-up'. This ;; for the paths listed in `projectile-project-root-files-bottom-up'. This
;; includes .git and .project ;; includes .git and .project
;; + `projectile-root-top-down' -> searches from the current directory down to ;; + `projectile-root-top-down' -> searches from the current directory down to
;; / the paths listed in `projectile-root-top-down-recurring', like ;; / the paths listed in `projectile-root-files', like package.json,
;; setup.py, or Cargo.toml ;; setup.py, or Cargo.toml
;; + `projectile-root-top-down-recurring' -> searches from the current ;; + `projectile-root-top-down-recurring' -> searches from the current
;; directory down to / for a directory that has one of ;; directory down to / for a directory that has one of