diff scripts/geometry/trimesh.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 eb63fbe60fab
children 22ae6b3411a7
line wrap: on
line diff
--- a/scripts/geometry/trimesh.m
+++ b/scripts/geometry/trimesh.m
@@ -19,10 +19,10 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} trimesh (@var{tri}, @var{x}, @var{y}, @var{z})
 ## @deftypefnx {Function File} {@var{h} =} trimesh (@dots{})
-## Plot a triangular mesh in 3D. The variable @var{tri} is the triangular
+## Plot a triangular mesh in 3D.  The variable @var{tri} is the triangular
 ## meshing of the points @code{(@var{x}, @var{y})} which is returned 
-## from @code{delaunay}. The variable @var{z} is value at the point 
-## @code{(@var{x}, @var{y})}. The output argument @var{h} is the graphic 
+## from @code{delaunay}.  The variable @var{z} is value at the point 
+## @code{(@var{x}, @var{y})}.  The output argument @var{h} is the graphic 
 ## handle to the plot.
 ## @seealso{triplot, delaunay3}
 ## @end deftypefn