1
Fork 0
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:
Marius Vollmer 2001-05-06 00:02:06 +00:00
parent c10ecc4c81
commit 826e91f350

View file

@ -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
{