Mercurial > hg > octave-lyh
diff scripts/general/genvarname.m @ 7975:ed4ec7875f98
trival doc fix for genvarname
author | David Bateman <dbateman@free.fr> |
---|---|
date | Mon, 28 Jul 2008 14:28:41 +0200 |
parents | 76e7548add3f |
children | e07e93c04080 |
line wrap: on
line diff
--- a/scripts/general/genvarname.m +++ b/scripts/general/genvarname.m @@ -17,8 +17,8 @@ ## <http://www.gnu.org/licenses/>. ## -*- 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).