Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
fixed documentation of --load-library option not adding libraries to …
Browse files Browse the repository at this point in the history
…any environment
  • Loading branch information
Marco Maggi committed Oct 26, 2011
1 parent 52c4728 commit a962027
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/vicare.texi
Expand Up @@ -1338,9 +1338,9 @@ option can be used multiple times.
@item -l @var{LIBFILE}
@itemx --load-library @var{LIBFILE}
Load @var{libfile} expecting it to contain one or more @rnrs{6}
libraries; after executing the RC files, expand and instantiate the
libraries adding them to the interaction environment. This option can
be used multiple times.
libraries; after executing the RC files, load the libraries in the
internal collection, but do not add them to any environment. This
option can be used multiple times.

@item -f @var{CODEFILE}
@itemx --eval-file @var{CODEFILE}
Expand Down
6 changes: 3 additions & 3 deletions scheme/ikarus.main.ss
Expand Up @@ -555,9 +555,9 @@ Other options:
-l LIBFILE
--load-library LIBFILE
Load LIBFILE expecting it to contain one or more R6RS libraries;
after executing the RC files, expand and instantiate the
libraries adding them to the interaction environment. This
option can be used multiple times.
after executing the RC files, load the libraries in the internal
collection but do not add them to any environment. This option
can be used multiple times.
-f CODEFILE
--eval-file CODEFILE
Expand Down

0 comments on commit a962027

Please sign in to comment.