mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
Don't talk about 'bound?' which is gone. Thanks to Christopher
Cramer.
This commit is contained in:
parent
0f8ae50a81
commit
77c16d8343
2 changed files with 3 additions and 14 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue