diff scripts/image/imread.m @ 11591:1d13679b587e

Use @nospell macro on certain words in docstrings.
author Rik <octave@nomad.inbox5.com>
date Thu, 20 Jan 2011 19:33:32 -0800
parents c792872f8942
children 72c96de7a403
line wrap: on
line diff
--- a/scripts/image/imread.m	Thu Jan 20 18:43:39 2011 -0500
+++ b/scripts/image/imread.m	Thu Jan 20 19:33:32 2011 -0800
@@ -26,8 +26,8 @@
 ##
 ## The size and numeric class of the output depends on the
 ## format of the image.  A color image is returned as an
-## MxNx3 matrix.  Gray-level and black-and-white images are
-## of size MxN.
+## @nospell{MxNx3} matrix.  Gray-level and black-and-white images are
+## of size @nospell{MxN}.
 ## The color depth of the image determines the numeric
 ## class of the output: "uint8" or "uint16" for gray
 ## and color, and "logical" for black and white.