guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/doc ChangeLog scheme-evaluatio...


From: Gary Houston
Subject: guile/guile-core/doc ChangeLog scheme-evaluatio...
Date: Wed, 11 Jul 2001 11:13:53 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Gary Houston <address@hidden>   01/07/11 11:13:53

Modified files:
        guile-core/doc : ChangeLog scheme-evaluation.texi 

Log message:
        * scheme-evaluation.texi: Added `load-from-path'.  Updated `load':
        it doesn't use the load paths.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ChangeLog.diff?cvsroot=OldCVS&tr1=1.110&tr2=1.111&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/scheme-evaluation.texi.diff?cvsroot=OldCVS&tr1=1.11&tr2=1.12&r1=text&r2=text

Patches:
Index: guile/guile-core/doc/ChangeLog
diff -u guile/guile-core/doc/ChangeLog:1.110 
guile/guile-core/doc/ChangeLog:1.111
--- guile/guile-core/doc/ChangeLog:1.110        Tue Jul  3 23:11:19 2001
+++ guile/guile-core/doc/ChangeLog      Wed Jul 11 11:13:53 2001
@@ -1,3 +1,8 @@
+2001-07-11  Gary Houston  <address@hidden>
+
+       * scheme-evaluation.texi: Added `load-from-path'.  Corrected `load':
+       it doesn't use the load paths.
+       
 2001-07-04  Martin Grabmueller  <address@hidden>
 
        * scheme-data.texi (Hook Reference): Removed documentation for
Index: guile/guile-core/doc/scheme-evaluation.texi
diff -u guile/guile-core/doc/scheme-evaluation.texi:1.11 
guile/guile-core/doc/scheme-evaluation.texi:1.12
--- guile/guile-core/doc/scheme-evaluation.texi:1.11    Wed May 23 10:24:49 2001
+++ guile/guile-core/doc/scheme-evaluation.texi Wed Jul 11 11:13:53 2001
@@ -245,11 +245,16 @@
 
 @rnindex load
 @deffn procedure load filename
-Load @var{file} and evaluate its contents in the top-level environment.
-The load paths are searched.  If the variable @code{%load-hook} is
-defined, it should be bound to a procedure that will be called before
-any code is loaded.  See documentation for @code{%load-hook} later in
-this section.
+Load @var{filename} and evaluate its contents in the top-level
+environment.  The load paths are not searched.  If the variable
address@hidden is defined, it should be bound to a procedure that
+will be called before any code is loaded.  See documentation for
address@hidden later in this section.
address@hidden deffn
+
address@hidden procedure load-from-path filename
+Similar to @code{load}, but searches for @var{filename} in the load
+paths.
 @end deffn
 
 @deffn primitive primitive-load filename



reply via email to

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