prepend-to-buffer
prepend-to-buffer is an interactive compiled Lisp function in `simple.el
'.
(prepend-to-buffer BUFFER START END)
Prepend to specified buffer the text of the region.
It is inserted into that buffer after its point.
When calling from a program, give three arguments:
BUFFER (or buffer name), START and END.
START and END specify the portion of the current buffer to be copied.