![[index]](../icons/index.gif)
Next: set-overwrite-mode
Up: text
Previous: set-clickback
Set the format of the file saved from this editor.
The file format of an editor can be changed by the system in response to file loading and saving method calls, and such changes do not go through this method; use on-load-file and on-save-file to monitor such file format changes.
- (send a-text set-file-format format) -> void
format : symbol in '(standard text text-force-cr)
The legal formats are:
- 'standard -- a standard editor file
- 'text -- a text file
- 'text-force-cr -- a text file; when writing, change automatic newlines (from word-wrapping) into real carriage returns
PLT