# HG changeset patch # User David Bateman # Date 1217248121 -7200 # Node ID ed4ec7875f98d5edf692400f2845497f1de1fded # Parent fcaddd090f98834ed74df031af06847c9041d70f trival doc fix for genvarname diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2008-07-28 David Bateman + + * general/genvarname.m: Trivial documentation fix. + 2008-07-28 John W. Eaton * image/imwrite.m: New function. diff --git a/scripts/general/genvarname.m b/scripts/general/genvarname.m --- a/scripts/general/genvarname.m +++ b/scripts/general/genvarname.m @@ -17,8 +17,8 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} {@var{varname} =} findfigs (@var{str}) -## @deftypefnx {Function File} {@var{varname} =} findfigs (@var{str}, @var{exclusions}) +## @deftypefn {Function File} {@var{varname} =} genvarname (@var{str}) +## @deftypefnx {Function File} {@var{varname} =} genvarname (@var{str}, @var{exclusions}) ## Create unique variable(s) from @var{str}. If @var{exclusions} is ## given, then the variable(s) will be unique to each other and to ## @var{exclusions} (@var{exclusions} may be either a string or a cellstr).