diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2001-11-16 15:04:17 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2001-11-16 15:04:17 +0000 |
commit | 8f85c0c6c3eb8de857babc08ca6e832e8a497c44 (patch) | |
tree | bb9e336486e81b1733fc2d8c30088be6c3c01096 /doc/ref/scheme-binding.texi | |
parent | cecb4a5e9dbaebcc28f3be0a02feac4263a2cfcc (diff) | |
download | guile-8f85c0c6c3eb8de857babc08ca6e832e8a497c44.tar.gz |
* Adding C function declarations from the SCM interface to the
reference manual documentation.
Diffstat (limited to 'doc/ref/scheme-binding.texi')
-rw-r--r-- | doc/ref/scheme-binding.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ref/scheme-binding.texi b/doc/ref/scheme-binding.texi index 5e476141e..38f9bae08 100644 --- a/doc/ref/scheme-binding.texi +++ b/doc/ref/scheme-binding.texi @@ -232,7 +232,8 @@ bound in expression, you can use the @code{bound?} macro from the module @code{(ice-9 optargs)}, documented in @ref{Optional Arguments}. @c NJFIXME explain [env] -@deffn primitive defined? sym [env] +@deffn {Scheme Procedure} defined? sym [env] +@deffnx {C Function} scm_definedp (sym, env) 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 |