summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-binding.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/scheme-binding.texi')
-rw-r--r--doc/ref/scheme-binding.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/scheme-binding.texi b/doc/ref/scheme-binding.texi
index b37bced03..5e476141e 100644
--- a/doc/ref/scheme-binding.texi
+++ b/doc/ref/scheme-binding.texi
@@ -233,7 +233,7 @@ bound in expression, you can use the @code{bound?} macro from the module
@c NJFIXME explain [env]
@deffn primitive defined? sym [env]
-Return @code{#t} if @var{sym} is defined in the top-level environment.
+Return @code{#t} if @var{sym} is defined in the lexical environment @var{env}. When @var{env} is not specified, look in the top-level environment as defined by the current module.
@end deffn