Editing Your Stuff


Mark and Point

Many Emacs commands operate on an arbitrary contiguous part of the current buffer. To specify the text for such a command to operate on, you set "the mark" at one end of it, and move point to the other end. The text between point and the mark is called "the region". Below is a list of commands that work with mark and point:

General Editing Commands

Below is a list of general editing command for simple text processing:
Beginning | Previous | Next
Last updated $Date: 1997/04/11 03:46:09 $.