Let's assume I have a text in the notepad: "Some Text".
If I enter more words after the text it will be an append ("Some Text Another Text"), otherwise it will be a prepend ("Another Text Some Text"), if I don't replace the text with a new text completely ("Another Text").
So I am trying to come up with a term for these actions. How do you call it?