mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Read what you type, you bloody jerk.
This commit is contained in:
parent
c10ecc4c81
commit
826e91f350
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ scm_m_generalized_set_x (SCM xorig, SCM env)
|
|||
SCM_DEFINE (scm_definedp, "defined?", 1, 1, 0,
|
||||
(SCM sym, SCM 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 as defined by the "
|
||||
"environment @var{env}. When @var{env} is not specified, "
|
||||
"look in the top-level environment as defined by the "
|
||||
"current module.")
|
||||
#define FUNC_NAME s_scm_definedp
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue