diff scripts/image/imwrite.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 86f475d5e7d1
line wrap: on
line diff
--- a/scripts/image/imwrite.m	Thu Mar 26 11:47:34 2009 -0700
+++ b/scripts/image/imwrite.m	Fri Mar 27 22:31:03 2009 -0700
@@ -24,12 +24,12 @@
 ## If @var{fmt} is missing, the file extension (if any) of
 ## @var{filename} is used to determine the format.
 ##
-## The parameter-value pairs (@var{p1}, @var{v1}, @dots{}) are optional. Currently
+## The parameter-value pairs (@var{p1}, @var{v1}, @dots{}) are optional.  Currently
 ## the following options are supported for @t{JPEG} images
 ##
 ## @table @samp
 ## @item Quality
-## Sets the quality of the compression. The corresponding value should be an
+## Sets the quality of the compression.  The corresponding value should be an
 ## integer between 0 and 100, with larger values meaning higher visual quality
 ## and less compression.
 ## @end table