diff options
Diffstat (limited to 'doc/ref/api-evaluation.texi')
-rw-r--r-- | doc/ref/api-evaluation.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ref/api-evaluation.texi b/doc/ref/api-evaluation.texi index bcebacf49..c88af2953 100644 --- a/doc/ref/api-evaluation.texi +++ b/doc/ref/api-evaluation.texi @@ -686,6 +686,12 @@ more important than the speed of the compiled code. Pass of @code{-O} options can be passed to the compiler, with later ones taking precedence. +@item --r6rs +@itemx --r7rs +Compile in an environment whose default bindings, reader options, and +load paths are adapted for specific Scheme standards. @xref{R6RS +Support}, and @xref{R7RS Support}. + @item -f @var{lang} @itemx --from=@var{lang} Use @var{lang} as the source language of @var{file}. If this option is omitted, |