Next: Buffer Related Review, Previous: mark-whole-buffer, Up: Buffer Walk Through [Contents][Index]
append-to-buffer
The append-to-buffer
command is more complex than 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.
|