diff scripts/image/gmap40.m @ 14260:1f911333ed3d

doc: Update docstrings for functions in image/ directory * aspell-octave.en.pws, brighten.m, colormap.m, contrast.m, flag.m, gmap40.m gray.m, gray2ind.m, hsv2rgb.m, image.m, ind2gray.m, ind2rgb.m, ntsc2rgb.m, ocean.m, rgb2hsv.m, rgb2ind.m, rgb2ntsc.m: Update docstrings.
author Rik <octave@nomad.inbox5.com>
date Tue, 24 Jan 2012 09:51:48 -0800
parents 11949c9795a0
children f205d0074687
line wrap: on
line diff
--- a/scripts/image/gmap40.m	Tue Jan 24 08:53:42 2012 -0800
+++ b/scripts/image/gmap40.m	Tue Jan 24 09:51:48 2012 -0800
@@ -23,8 +23,8 @@
 ## magenta and cyan.  This colormap is specifically designed for users of
 ## gnuplot 4.0 where these 6 colors are the allowable ones for patch objects.
 ## The argument @var{n} must be a scalar.
-## If unspecified, a length of 6 is assumed.  Larger values
-## of @var{n} result in a repetition of the above colors.
+## If unspecified, a length of 6 is assumed.  Larger values of @var{n} result
+## in a repetition of the above colors.
 ## @seealso{colormap}
 ## @end deftypefn