svn: r13891

This commit is contained in:
Robby Findler 2009-03-01 15:49:29 +00:00
parent aeb0e3458c
commit ae33065c6b

View File

@ -56,13 +56,13 @@ original file's name:
} }
When a file in an active DrScheme editor is modified but not saved, Every five minutes, DrScheme checks each open file. If any file is
DrScheme saves the file to a special autosave file, five minutes after modified and not saved, DrScheme saves the file to a special autosave
the last save (just in case there is a power failure or some other file (just in case there is a power failure or some other catastrophic
catastrophic error). If the file is later saved, or if the user exists error). If the file is later saved, or if the user exists DrScheme
DrScheme without saving the file, the autosave file is removed. The without saving the file, the autosave file is removed. The autosave
autosave file is saved in the same directory as the original file, and file is saved in the same directory as the original file, and the
the autosave file's name is generated from the original file's name: autosave file's name is generated from the original file's name:
@itemize{ @itemize{