changeset 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 ee1bc8aa226b
children 24e4dc8b0e3a
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	Fri Dec 26 22:23:11 2008 +0100
+++ b/doc/ChangeLog	Fri Dec 26 22:28:45 2008 +0100
@@ -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	Fri Dec 26 22:23:11 2008 +0100
+++ b/doc/interpreter/plot.txi	Fri Dec 26 22:28:45 2008 +0100
@@ -172,7 +172,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	Fri Dec 26 22:23:11 2008 +0100
+++ b/src/data.cc	Fri Dec 26 22:28:45 2008 +0100
@@ -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")
 {