comparison src/ov-cell.cc @ 10840:89f4d7e294cc

Grammarcheck .cc files
author Rik <octave@nomad.inbox5.com>
date Sat, 31 Jul 2010 11:18:11 -0700
parents 687586b99f9d
children 333bf09e3b6e
comparison
equal deleted inserted replaced
10839:65bc065bec95 10840:89f4d7e294cc
1248 return retval; 1248 return retval;
1249 } 1249 }
1250 1250
1251 DEFUN (cell, args, , 1251 DEFUN (cell, args, ,
1252 "-*- texinfo -*-\n\ 1252 "-*- texinfo -*-\n\
1253 @deftypefn {Built-in Function} {} cell (@var{x})\n\ 1253 @deftypefn {Built-in Function} {} cell (@var{x})\n\
1254 @deftypefnx {Built-in Function} {} cell (@var{n}, @var{m})\n\ 1254 @deftypefnx {Built-in Function} {} cell (@var{n}, @var{m})\n\
1255 Create a new cell array object. If invoked with a single scalar\n\ 1255 Create a new cell array object. If invoked with a single scalar\n\
1256 argument, @code{cell} returns a square cell array with the dimension\n\ 1256 argument, @code{cell} returns a square cell array with the dimension\n\
1257 specified. If you supply two scalar arguments, @code{cell} takes\n\ 1257 specified. If you supply two scalar arguments, @code{cell} takes\n\
1258 them to be the number of rows and columns. If given a vector with two\n\ 1258 them to be the number of rows and columns. If given a vector with two\n\