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


Commands To Save Files

These are the commands used to save buffers and the key sequences associated with them,

Ctrl-x Ctrl-s
Saves the current buffer to the file that it is associated with (this is either the file that it was loaded from or something else set by the function set-file-name). If no modifications have been made to the file since it was loaded it won't be saved (a message will be displayed warning you of this).
Ctrl-x Ctrl-w
Prompts for a name to save the file as. The file associated with this buffer is renamed and the file is saved as its new name.
Ctrl-x s
For each buffer which has been modified since it was loaded, ask the user if it should be saved or not. If so, the command save-file is used to save the file


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