From: <car...@us...> - 2012-04-11 14:57:41
|
Revision: 10190 http://octave.svn.sourceforge.net/octave/?rev=10190&view=rev Author: carandraug Date: 2012-04-11 14:57:31 +0000 (Wed, 11 Apr 2012) Log Message: ----------- isind: fix small mistake on help text Modified Paths: -------------- trunk/octave-forge/main/image/inst/isind.m Modified: trunk/octave-forge/main/image/inst/isind.m =================================================================== --- trunk/octave-forge/main/image/inst/isind.m 2012-04-11 14:08:27 UTC (rev 10189) +++ trunk/octave-forge/main/image/inst/isind.m 2012-04-11 14:57:31 UTC (rev 10190) @@ -16,7 +16,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} @var{bool} = isind (@var{img}) -## Return true if @var{img} is a RGB image. +## Return true if @var{img} is an indexed image. ## ## A variable is considereed to be an indexed image if it is 2-dimensional, ## non-sparse matrix and: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |