Variable: projectile-replace--root

projectile-replace--root is a buffer-local variable defined in projectile.el.

Documentation

Directory the current results buffer's file names are shown relative to.

For an ordinary search that is the project root; for a search over a group of projects it is the innermost directory containing all of them, so each match is labelled with the project it came from.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar-local projectile-replace--root nil
  "Directory the current results buffer's file names are shown relative to.
For an ordinary search that is the project root; for a search over a
group of projects it is the innermost directory containing all of them,
so each match is labelled with the project it came from.")