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


Other Buffer Commands

Meta-x rotate-buffers-forward
Rotates the current window's list of buffers.
Meta-x revert-buffer
Restores the contents of the current buffer to the contents of the file that it was loaded from, if an auto-save file exists you are asked if you want to revert to that instead.
Ctrl-x s
Ask whether to save any buffers which contain unsaved modifications. See section Commands To Save Files.
Ctrl-x Ctrl-q
Toggle the buffers read-only flag.
Meta-x clear-buffer
Deletes the contents of the current buffer. Beware, you won't be warned if you're about to lose any unsaved modifications!


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