diff scripts/general/int2str.m @ 7005:064f298f812f

[project @ 2007-10-10 19:11:08 by jwe]
author jwe
date Wed, 10 Oct 2007 19:11:08 +0000
parents 545847da3b88
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/general/int2str.m	Wed Oct 10 18:51:46 2007 +0000
+++ b/scripts/general/int2str.m	Wed Oct 10 19:11:08 2007 +0000
@@ -19,8 +19,6 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} int2str (@var{n})
-## @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}).