@defvr {variable+} inhibit-editor-init-file?
When Edwin is first initialized, it loads your init file (called
-@file{~/.edwin}) if you have one. If the Scheme variable
-@code{inhibit-editor-init-file?} is true, however, your init file will
-not be loaded even if it exists. By default, this variable is false.
+@file{~/.edwin} on unix, @file{edwin.ini} on PCs) if you have one. If
+the Scheme variable @code{inhibit-editor-init-file?} is true, however,
+your init file will not be loaded even if it exists. By default, this
+variable is false.
@end defvr
@deffn {procedure+} create-editor arg @dots{}
This command is identical to the @kbd{C-x C-c} command of GNU Emacs.
@end table
+
+
The following Scheme procedures are useful for recovering from bugs in
Edwin's implementation. All of them are designed for use when Edwin is
@emph{not} running --- they should not be used when Edwin is running.