delete-region
delete-region is an interactive built-in function in `C source code
'.
It is bound to <menu-bar> <edit> <clear>.
(delete-region START END
)
Delete the text between START and END.
If called interactively, delete the region between point and mark.
This command deletes buffer text without modifying the kill ring.