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 17:02:07 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/05/05 17:02:06

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

Log message:
        Read what you type, you bloody jerk.

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

Patches:
Index: guile/guile-core/libguile/evalext.c
diff -u guile/guile-core/libguile/evalext.c:1.31 
guile/guile-core/libguile/evalext.c:1.32
--- guile/guile-core/libguile/evalext.c:1.31    Sat May  5 12:03:42 2001
+++ guile/guile-core/libguile/evalext.c Sat May  5 17:02:06 2001
@@ -72,8 +72,8 @@
 SCM_DEFINE (scm_definedp, "defined?", 1, 1, 0,
             (SCM sym, SCM env),
            "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 "
+           "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
 {



reply via email to

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