Go to the first, previous, next, last section, table of contents.


Markers

A marker is a Lisp object used to specify a position in a buffer relative to the surrounding text. A marker changes its offset from the beginning of the buffer automatically whenever text is inserted or deleted, so that it stays with the two characters on either side of it.


Go to the first, previous, next, last section, table of contents.