diff options
Diffstat (limited to 'doc/sources')
-rw-r--r-- | doc/sources/env.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sources/env.texi b/doc/sources/env.texi index 7a37b768b..4f20afdaa 100644 --- a/doc/sources/env.texi +++ b/doc/sources/env.texi @@ -691,7 +691,7 @@ and locations in the new environment are mutable. @end deffn @deffn Primitive leaf-environment? object -Return @code{#t} if @var{object} is a leaf environment, or @var{#f} +Return @code{#t} if @var{object} is a leaf environment, or @code{#f} otherwise. @end deffn @@ -815,7 +815,7 @@ Return a new environment @var{exp} containing only those bindings in The environment @var{exp} binds @var{symbol} to @var{location} when @var{env} does, and @var{symbol} is exported by @var{signature}. -@var{Signature} is a list specifying which of the bindings in +@var{signature} is a list specifying which of the bindings in @var{private} should be visible in @var{exp}. Each element of @var{signature} should be a list of the form: @example |