Function: projectile-replace--undo-edit-beg

projectile-replace--undo-edit-beg is a byte-compiled function defined in projectile.el.

Signature

(projectile-replace--undo-edit-beg projectile-replace--undo-edit-beg X)

Documentation

Access slot "beg" of projectile-replace--undo-edit struct 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