insert-buffer
insert-buffer is an interactive compiled Lisp function in `simple.el
'.
(insert-buffer BUFFER)
This function is for interactive use only;
in Lisp code use `insert-buffer-substring' instead.
Insert after point the contents of BUFFER.
Puts mark after the inserted text.
BUFFER may be a buffer or a buffer name.