[doc] One word missing from int8 help string.

Francesco Potorti` Potorti at isti.cnr.it
Fri Sep 26 08:02:05 CDT 2008


I suppose that the missing word is "Octave", as per the patch below.

I also suppose that this change does not require a CnageLog entry.

By the way, how do I convince hg to generate export diffs using the -pb
option to 'hg diff'?

# HG changeset patch
# User Francesco Potortì <pot at gnu.org>
# Date 1222433966 -7200
# Node ID f28eae374265a5b27a28af039fd4622346b02f9b
# Parent  e51c66e1fbc0f390a03ab61b367485f631388b14
One word missing from int8 help string.

diff -r e51c66e1fbc0 -r f28eae374265 src/data.cc
--- a/src/data.cc	Fri Sep 26 09:58:40 2008 +0200
+++ b/src/data.cc	Fri Sep 26 14:59:26 2008 +0200
@@ -2662,7 +2662,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")
 {


More information about the Bug-octave mailing list