Variable: projectile--grep-export-buffer-name
projectile--grep-export-buffer-name is a variable defined in
projectile.el.
Value
"*projectile-grep*"
Documentation
Name of the grep-mode buffer produced by projectile-replace--export.
Shared by the replace and search reviewers, hence the neutral name.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
;;; Exporting to a grep-mode buffer for wgrep / grep-edit-mode
(defvar projectile--grep-export-buffer-name "*projectile-grep*"
"Name of the `grep-mode' buffer produced by `projectile-replace--export'.
Shared by the replace and search reviewers, hence the neutral name.")