From: Stephen Adams Date: Thu, 2 Dec 1993 03:28:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 20090517-FFI~7407 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6ef01e0b70cf38d4a630f61c556cfbed56fa3ad4;p=mit-scheme.git *** empty log message *** --- diff --git a/v7/doc/user-manual/user.texinfo b/v7/doc/user-manual/user.texinfo index a71694dea..01161ddd5 100644 --- a/v7/doc/user-manual/user.texinfo +++ b/v7/doc/user-manual/user.texinfo @@ -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.