Mercurial > hg > octave-nkf
diff scripts/general/saveobj.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 | ebf6f6a0f9a7 |
children | 16f53d29049f |
line wrap: on
line diff
--- a/scripts/general/saveobj.m +++ b/scripts/general/saveobj.m @@ -20,10 +20,10 @@ ## @deftypefn {Function File} {@var{b} =} saveobj (@var{a}) ## Method of a class to manipulate an object prior to saving it to a file. ## The function @code{saveobj} is called when the object @var{a} is saved -## using the @code{save} function. An example of the use of @code{saveobj} +## using the @code{save} function. An example of the use of @code{saveobj} ## might be to remove fields of the object that don't make sense to be saved ## or it might be used to ensure that certain fields of the object are -## initialized before the object is saved. For example +## initialized before the object is saved. For example ## ## @example ## @group