diff scripts/general/saveobj.m @ 10821:693e22af08ae

Grammarcheck documentation of m-files Add newlines between @item fields for readability.
author Rik <octave@nomad.inbox5.com>
date Mon, 26 Jul 2010 21:25:36 -0700
parents 16f53d29049f
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/general/saveobj.m
+++ b/scripts/general/saveobj.m
@@ -23,7 +23,7 @@
 ## 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