changeset 6671:9042b00fc45e

[project @ 2007-05-30 06:33:29 by jwe]
author jwe
date Wed, 30 May 2007 06:35:52 +0000
parents 14992092ab06
children 2f0abcba669c
files scripts/general/circshift.m src/data.cc src/error.cc
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/circshift.m	Tue May 29 17:51:37 2007 +0000
+++ b/scripts/general/circshift.m	Wed May 30 06:35:52 2007 +0000
@@ -28,7 +28,7 @@
 ##
 ## @example
 ## @group
-## x = [1, 2, 3; 4, 5, 6, 7, 8, 9];
+## x = [1, 2, 3; 4, 5, 6; 7, 8, 9];
 ## circshift (x, 1)
 ## @result{}  7, 8, 9
 ##     1, 2, 3
--- 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\
--- a/src/error.cc	Tue May 29 17:51:37 2007 +0000
+++ b/src/error.cc	Wed May 30 06:35:52 2007 +0000
@@ -974,8 +974,8 @@
 \n\
 @example\n\
 @group\n\
-function f () g () end\n\
-function g () h () end\n\
+function f () g (); end\n\
+function g () h (); end\n\
 function h () nargin == 1 || error (\"nargin != 1\"); end\n\
 @end group\n\
 @end example\n\