*** empty log message ***
authorStephen Adams <edu/mit/csail/zurich/adams>
Thu, 2 Dec 1993 03:28:53 +0000 (03:28 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Thu, 2 Dec 1993 03:28:53 +0000 (03:28 +0000)
v7/doc/user-manual/user.texinfo

index a71694deac5f69175c065666a200de5ed4167b9f..01161ddd5e1ffe6a584da5a515d1ca539db71c61 100644 (file)
@@ -3018,9 +3018,10 @@ The procedure @code{edwin} is an alias for @code{edit}.
 
 @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{}
@@ -3112,6 +3113,8 @@ system's command interpreter, and the Scheme process is terminated.
 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.