Function: projectile-replace--undo-record-p
projectile-replace--undo-record-p is a byte-compiled function defined
in projectile.el.
Signature
(projectile-replace--undo-record-p CL-X)
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
new) ; the text the replace wrote
(cl-defstruct (projectile-replace--undo-record
(:constructor projectile-replace--undo-record-create)
(:copier nil))
"Everything needed to revert one applied project-wide replace."
root ; project root the replace ran in
term ; the search term it ran with
replacement ; the replacement it wrote
files) ; alist of (FILE . list of `projectile-replace--undo-edit')