diff src/DLD-FUNCTIONS/cellfun.cc @ 9307:c2923c27c877

Various documentation improvements
author Rik <rdrider0-list@yahoo.com>
date Sat, 06 Jun 2009 18:30:52 -0700
parents 923c7cb7f13f
children 610bf90fce2a
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/cellfun.cc	Sat Jun 06 16:29:08 2009 -0700
+++ b/src/DLD-FUNCTIONS/cellfun.cc	Sat Jun 06 18:30:52 2009 -0700
@@ -900,9 +900,9 @@
 
 DEFUN_DLD (num2cell, args, ,
   "-*- texinfo -*-\n\
-@deftypefn {Loadable Function} {@var{c} =} num2cell (@var{m})\n\
+@deftypefn  {Loadable Function} {@var{c} =} num2cell (@var{m})\n\
 @deftypefnx {Loadable Function} {@var{c} =} num2cell (@var{m}, @var{dim})\n\
-Convert the matrix @var{m} into a cell array.  If @var{dim} is defined, the\n\
+Convert the matrix @var{m} to a cell array.  If @var{dim} is defined, the\n\
 value @var{c} is of dimension 1 in this dimension and the elements of\n\
 @var{m} are placed in slices in @var{c}.\n\
 @seealso{mat2cell}\n\