diff scripts/general/int2str.m @ 6623:545847da3b88

[project @ 2007-05-15 02:23:08 by jwe]
author jwe
date Tue, 15 May 2007 02:23:32 +0000
parents 69e864d21c11
children 064f298f812f
line wrap: on
line diff
--- a/scripts/general/int2str.m	Mon May 14 18:13:29 2007 +0000
+++ b/scripts/general/int2str.m	Tue May 15 02:23:32 2007 +0000
@@ -19,9 +19,9 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} int2str (@var{n})
-## @deftypefnx {Function File} {} num2str (@var{x}, @var{precision})
-## @deftypefnx {Function File} {} num2str (@var{x}, @var{format})
-## Convert a number to a string.  This function is not very flexible.
+## @deftypefnx {Function File} {} int2str (@var{x}, @var{precision})
+## @deftypefnx {Function File} {} int2str (@var{x}, @var{format})
+## Convert an integer to a string.  This function is not very flexible.
 ## For better control over the results, use @code{sprintf}
 ## (@pxref{Formatted Output}). 
 ## @seealso{sprintf, num2str}