guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/libguile evalext.c


From: Marius Vollmer
Subject: guile/guile-core/libguile evalext.c
Date: Sat, 05 May 2001 12:03:42 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/05/05 12:03:42

Modified files:
        guile-core/libguile: evalext.c 

Log message:
        (scm_definedp): Fix docstring.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/evalext.c.diff?cvsroot=OldCVS&tr1=1.30&tr2=1.31&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/evalext.c
diff -u guile/guile-core/libguile/evalext.c:1.30 
guile/guile-core/libguile/evalext.c:1.31
--- guile/guile-core/libguile/evalext.c:1.30    Thu Mar 15 01:50:20 2001
+++ guile/guile-core/libguile/evalext.c Sat May  5 12:03:42 2001
@@ -71,7 +71,10 @@
 
 SCM_DEFINE (scm_definedp, "defined?", 1, 1, 0,
             (SCM sym, SCM env),
-           "Return @code{#t} if @var{sym} is defined in the top-level 
environment.")
+           "Return @code{#t} if @var{sym} is defined in the lexical "
+           "address@hidden  When @var{env} is not specified, "
+           "look in the top-level environment as as defined by the "
+           "current module.")
 #define FUNC_NAME s_scm_definedp
 {
   SCM vcell;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]