Mercurial > hg > octave-nkf
diff src/data.cc @ 8429:f34ab2b433e8
One word missing from int8 help string.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Fri, 26 Dec 2008 22:28:45 +0100 |
parents | 8b1a2555c4e2 |
children | 3292bd1bbaa4 |
line wrap: on
line diff
--- a/src/data.cc +++ b/src/data.cc @@ -2676,7 +2676,7 @@ @deftypefn {Built-in Function} {} isinteger (@var{x})\n\ Return true if @var{x} is an integer object (int8, uint8, int16, etc.).\n\ Note that @code{isinteger (14)} is false because numeric constants in\n\ -are double precision floating point values.\n\ +Octave are double precision floating point values.\n\ @seealso{isreal, isnumeric, class, isa}\n\ @end deftypefn") {