diff scripts/sparse/speye.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 a1dbe9d80eee
children 16f53d29049f
line wrap: on
line diff
--- a/scripts/sparse/speye.m
+++ b/scripts/sparse/speye.m
@@ -20,13 +20,13 @@
 ## @deftypefn {Function File} {@var{y} =} speye (@var{m})
 ## @deftypefnx {Function File} {@var{y} =} speye (@var{m}, @var{n})
 ## @deftypefnx {Function File} {@var{y} =} speye (@var{sz})
-## Returns a sparse identity matrix. This is significantly more
+## Returns a sparse identity matrix.  This is significantly more
 ## efficient than @code{sparse (eye (@var{m}))} as the full matrix
 ## is not constructed.
 ##
 ## Called with a single argument a square matrix of size @var{m} by
-## @var{m} is created. Otherwise a matrix of @var{m} by @var{n} is
-## created. If called with a single vector argument, this argument 
+## @var{m} is created.  Otherwise a matrix of @var{m} by @var{n} is
+## created.  If called with a single vector argument, this argument 
 ## is taken to be the size of the matrix to create.
 ## @end deftypefn