diff src/data.cc @ 6671:9042b00fc45e

[project @ 2007-05-30 06:33:29 by jwe]
author jwe
date Wed, 30 May 2007 06:35:52 +0000
parents 0fcc8d65b571
children b26a8e0e42cd
line wrap: on
line diff
--- a/src/data.cc	Tue May 29 17:51:37 2007 +0000
+++ b/src/data.cc	Wed May 30 06:35:52 2007 +0000
@@ -2454,10 +2454,10 @@
 
 DEFUN (reshape, args, ,
   "-*- texinfo -*-\n\
-@deftypefn {Function File} {} reshape (@var{a}, @var{m}, @var{n}, @dots{})\n\
-@deftypefnx {Function File} {} reshape (@var{a}, @var{siz})\n\
+@deftypefn {Built-in Function} {} reshape (@var{a}, @var{m}, @var{n}, @dots{})\n\
+@deftypefnx {Built-in Function} {} reshape (@var{a}, @var{siz})\n\
 Return a matrix with the given dimensions whose elements are taken\n\
-from the matrix @var{a}.  The elements of the matrix are access in\n\
+from the matrix @var{a}.  The elements of the matrix are accessed in\n\
 column-major order (like Fortran arrays are stored).\n\
 \n\
 For example,\n\