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


Buffer Extremes

Function: buffer-end &optional buffer
Create and return a new position object pointing to the character after the last character in the buffer.

Function: goto-buffer-end
Set the cursor to the character after the last character in the current buffer.

Function: buffer-start &optional buffer
Create a new position pointing to the first character in the buffer. Currently this is always the position #<pos 0 0> and the buffer argument is ignored.

Function: goto-buffer-start
Set the cursor position to the first character in the buffer.


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