Function: projectile-replace--undo-edit-old
projectile-replace--undo-edit-old is a byte-compiled function defined
in projectile.el.
Signature
(projectile-replace--undo-edit-old CL-X)
Documentation
Access slot "old" of projectile-replace--undo-edit struct CL-X.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(cl-defstruct (projectile-replace--undo-edit
(:constructor projectile-replace--undo-edit-create)
(:copier nil))
"One replacement that was actually written, recorded so it can be reverted."
beg ; position of the written text, with every earlier edit in the file in
old ; the text that was there before
new) ; the text the replace wrote