| www.delorie.com/gnu/docs/emacs-lisp-intro/emacs-lisp-intro_78.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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.
An Overview of append-to-buffer4.4.1 The append-to-bufferInteractive ExpressionA two part interactive expression. 4.4.2 The Body of append-to-bufferIncorporates a letexpression.4.4.3 save-excursioninappend-to-bufferHow the save-excursionworks.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |