diff options
Diffstat (limited to 'doc/ref/scheme-binding.texi')
-rw-r--r-- | doc/ref/scheme-binding.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/ref/scheme-binding.texi b/doc/ref/scheme-binding.texi index 23786b3bf..987779c22 100644 --- a/doc/ref/scheme-binding.texi +++ b/doc/ref/scheme-binding.texi @@ -263,9 +263,7 @@ with duplicate bindings. @section Querying variable bindings Guile provides a procedure for checking whether a symbol is bound in the -top level environment. If you want to test whether a symbol is locally -bound in expression, you can use the @code{bound?} macro from the module -@code{(ice-9 optargs)}, documented in @ref{Optional Arguments}. +top level environment. @c NJFIXME explain [env] @deffn {Scheme Procedure} defined? sym [env] |