changeset 19440:e723e93ca2a0

doc: Periodic spellcheck of documentation.
author Rik <rik@octave.org>
date Tue, 16 Dec 2014 15:39:07 -0800
parents cbce5d1bcaf9
children 86e69f51328d
files scripts/plot/util/frame2im.m scripts/plot/util/im2frame.m
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/frame2im.m	Tue Dec 16 15:36:27 2014 -0800
+++ b/scripts/plot/util/frame2im.m	Tue Dec 16 15:39:07 2014 -0800
@@ -24,8 +24,8 @@
 ## @qcode{"colormap"}.
 ##
 ## Support for N-dimensional images or movies is given when @var{f} is a
-## struct array.  In such cases, @var{x} will be a MxNx1xK or MxNx3xK for
-## indexed and RGB movies respectively, with each frame concatenated on
+## struct array.  In such cases, @var{x} will be a @nospell{MxNx1xK or MxNx3xK}
+## for indexed and RGB movies respectively, with each frame concatenated on
 ## the 4th dimension.
 ##
 ## @seealso{im2frame}
--- a/scripts/plot/util/im2frame.m	Tue Dec 16 15:36:27 2014 -0800
+++ b/scripts/plot/util/im2frame.m	Tue Dec 16 15:39:07 2014 -0800
@@ -25,8 +25,8 @@
 ## @qcode{"colormap"}.
 ##
 ## Support for N-dimensional images is given when each image projection,
-## matrix sizes of MxN and MxNx3 for RGB images, is concatenated on the fourth
-## dimension.  In such cases, the returned value is a struct array.
+## matrix sizes of @nospell{MxN and MxNx3} for RGB images, is concatenated on
+## the fourth dimension.  In such cases, the returned value is a struct array.
 ##
 ## @seealso{frame2im}
 ## @end deftypefn