# HG changeset patch # User Francesco Potortì # Date 1231754169 -3600 # Node ID b12aa8aef1c0fc78d1dcbd8d89c830c1c237e04e # Parent 687a1820a2be187a461054b9bfe0f5d539f39865 One word missing from int8 help string. diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -2,6 +2,7 @@ * interpreter/plot.txi (Plot Annotations): Add cross reference to Text Properties. + (Two-Dimensional Plots): Update introduction to the axis function. * interpreter/signal.txi (Signal Processing): Add explanation of what wisdom is. diff --git a/doc/interpreter/plot.txi b/doc/interpreter/plot.txi --- a/doc/interpreter/plot.txi +++ b/doc/interpreter/plot.txi @@ -187,7 +187,8 @@ @DOCSTRING(area) The axis function may be used to change the axis limits of an existing -plot. +plot and various other axis properties, such as the aspect ratio and the +appearance of tic marks. @DOCSTRING(axis) diff --git a/src/data.cc b/src/data.cc --- a/src/data.cc +++ b/src/data.cc @@ -1524,7 +1524,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") {