diff libinterp/corefcn/data.cc @ 19829:ca7599ae464d

doc: Grammarcheck documentation ahead of 4.0 release. * plot.txi, data.cc, graphics.cc, ordschur.cc, __ilu__.cc, __osmesa_print__.cc, audiodevinfo.cc, soundsc.m, interp2.m, interp3.m, interpn.m, annotation.m, zoom.m: Grammarcheck documentation ahead of 4.0 release.
author Rik <rik@octave.org>
date Fri, 20 Feb 2015 14:26:36 -0800
parents c913247c85a8
children 19755f4fc851
line wrap: on
line diff
--- a/libinterp/corefcn/data.cc	Fri Feb 20 14:24:17 2015 -0800
+++ b/libinterp/corefcn/data.cc	Fri Feb 20 14:26:36 2015 -0800
@@ -3753,7 +3753,7 @@
 DEFUN (isrow, args, ,
   "-*- texinfo -*-\n\
 @deftypefn {Function File} {} isrow (@var{x})\n\
-Return true if @var{x} is a row vector 1xN with nonnegative N.\n\
+Return true if @var{x} is a row vector 1xN with non-negative N.\n\
 @seealso{iscolumn, isscalar, isvector, ismatrix}\n\
 @end deftypefn")
 {
@@ -3803,7 +3803,7 @@
 DEFUN (iscolumn, args, ,
   "-*- texinfo -*-\n\
 @deftypefn {Function File} {} iscolumn (@var{x})\n\
-Return true if @var{x} is a column vector Nx1 with nonnegative N.\n\
+Return true if @var{x} is a column vector Nx1 with non-negative N.\n\
 @seealso{isrow, isscalar, isvector, ismatrix}\n\
 @end deftypefn")
 {
@@ -3852,7 +3852,7 @@
 DEFUN (ismatrix, args, ,
        "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {} ismatrix (@var{a})\n\
-Return true if @var{a} is has exactly two nonnegative dimensions.\n\
+Return true if @var{a} is a 2-D array.\n\
 @seealso{isscalar, isvector, iscell, isstruct, issparse, isa}\n\
 @end deftypefn")
 {
@@ -6265,8 +6265,9 @@
 DEFUN (colon, args, ,
        "-*- texinfo -*-\n\
 @deftypefn  {Built-in Function} {@var{r} =} colon (@var{base}, @var{limit})\n\
-@deftypefnx  {Built-in Function} {@var{r} =} colon (@var{base}, @var{increment}, @var{limit})\n\
-Return the result of the colon expression corresponding to @var{base}, @var{limit}, and optionally, @var{increment}.\n\
+@deftypefnx {Built-in Function} {@var{r} =} colon (@var{base}, @var{increment}, @var{limit})\n\
+Return the result of the colon expression corresponding to @var{base},\n\
+@var{limit}, and optionally, @var{increment}.\n\
 \n\
 This function is equivalent to the operator syntax @w{@code{base : limit}}\n\
 or @w{@code{base : increment : limit}}.\n\