diff scripts/general/loadobj.m @ 9051:1bf0ce0930be

Grammar check TexInfo in all .m files Cleanup documentation sources to follow a few consistent rules. Spellcheck was NOT done. (but will be in another changeset)
author Rik <rdrider0-list@yahoo.com>
date Fri, 27 Mar 2009 22:31:03 -0700
parents 06094fa570a3
children 17ce09c3d030
line wrap: on
line diff
--- a/scripts/general/loadobj.m
+++ b/scripts/general/loadobj.m
@@ -20,7 +20,7 @@
 ## @deftypefn {Function File} {@var{b} =} loadobj (@var{a})
 ## Method of a class to manipulate an object after loading it tfrom a file. 
 ## The function @code{loadobj} is called when the object @var{a} is loaded 
-## using the @code{load} function. An example of the use of @code{saveobj}
+## using the @code{load} function.  An example of the use of @code{saveobj}
 ## might be to add fields to an object that don't make sense to be saved.
 ## For example
 ##