GNU Info

Info Node: (emacs-lisp-intro.info)append-to-buffer

(emacs-lisp-intro.info)append-to-buffer


Next: Buffer Related Review Prev: mark-whole-buffer Up: Buffer Walk Through
Enter node , (file) or (file)node

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.

append-to-buffer overview
append interactive
A two part interactive expression.
append-to-buffer body
Incorporates a `let' expression.
append save-excursion
How the `save-excursion' works.

automatically generated by info2www version 1.2.2.9