|
From: Peep P. <so...@us...> - 2004-07-24 18:04:19
|
Update of /cvsroot/agd/server/doc/dfuns In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv780 Modified Files: load_object clone_object Log Message: Some spelling fixes Index: load_object =================================================================== RCS file: /cvsroot/agd/server/doc/dfuns/load_object,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- load_object 28 Mar 2004 18:42:29 -0000 1.2 +++ load_object 24 Jul 2004 18:04:06 -0000 1.3 @@ -1,7 +1,7 @@ object load_object(string) Tries to load object from path as given by argument. If the object already -exists, it's code will be recompiled; if it succeeds, the code for the object +exists, its code will be recompiled; if it succeeds, the code for the object will be updated, otherwise nothing is changed. See also Index: clone_object =================================================================== RCS file: /cvsroot/agd/server/doc/dfuns/clone_object,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- clone_object 28 Mar 2004 18:42:29 -0000 1.2 +++ clone_object 24 Jul 2004 18:04:06 -0000 1.3 @@ -1,7 +1,7 @@ object clone_object(string|object ob) Clones the object ob and returns the new object. The new object -will share the same code as the master object, it will only have it's +will share the same code as the master object, it will only have its own set of global variables. See also |