Function: projectile-replace--undo-record-create
projectile-replace--undo-record-create is a byte-compiled function
defined in projectile.el.
Signature
(projectile-replace--undo-record-create &key ROOT TERM REPLACEMENT FILES)
Documentation
Constructor for objects of type projectile-replace--undo-record.
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')