Mercurial > hg > octave-lyh
diff src/parse.y @ 7001:8b0cfeb06365
[project @ 2007-10-10 18:02:59 by jwe]
author | jwe |
---|---|
date | Wed, 10 Oct 2007 18:03:02 +0000 |
parents | c05fbb1b7e1f |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/src/parse.y +++ b/src/parse.y @@ -3981,8 +3981,8 @@ \n\ @example\n\ eval ('error (\"This is a bad example\");',\n\ - 'printf (\"This error occured:\\n%s\", lasterr ());');\n\ - @print{} This error occured:\n\ + 'printf (\"This error occurred:\\n%s\", lasterr ());');\n\ + @print{} This error occurred:\n\ error: This is a bad example\n\ @end example\n\ @end deftypefn")