Info Node: (emacs-lisp-intro.info)append-to-buffer
(emacs-lisp-intro.info)append-to-buffer
The Definition of `append-to-buffer'
====================================
The `append-to-buffer' command is very nearly as simple as the
`mark-whole-buffer' command. What it does is copy the region (that is,
the part of the buffer between point and mark) from the current buffer
to a specified buffer.