changeset 7975:ed4ec7875f98

trival doc fix for genvarname
author David Bateman <dbateman@free.fr>
date Mon, 28 Jul 2008 14:28:41 +0200
parents fcaddd090f98
children 736124a4fa3d
files scripts/ChangeLog scripts/general/genvarname.m
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Mon Jul 28 13:24:16 2008 -0400
+++ b/scripts/ChangeLog	Mon Jul 28 14:28:41 2008 +0200
@@ -1,3 +1,7 @@
+2008-07-28  David Bateman  <dbateman@free.fr>
+
+	* general/genvarname.m: Trivial documentation fix.
+
 2008-07-28  John W. Eaton  <jwe@octave.org>
 
 	* image/imwrite.m: New function.
--- a/scripts/general/genvarname.m	Mon Jul 28 13:24:16 2008 -0400
+++ b/scripts/general/genvarname.m	Mon Jul 28 14:28:41 2008 +0200
@@ -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).