changeset 11908:b12aa8aef1c0 release-3-0-x

One word missing from int8 help string.
author Francesco Potortì <pot@gnu.org>
date Mon, 12 Jan 2009 10:56:09 +0100
parents 687a1820a2be
children 759e54fb0eed
files doc/ChangeLog doc/interpreter/plot.txi src/data.cc
diffstat 3 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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)
 
--- 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")
 {