Mercurial > hg > octave-lyh
changeset 441:b7187b46004f
[project @ 1994-05-31 20:50:35 by jwe]
author | jwe |
---|---|
date | Tue, 31 May 1994 20:50:35 +0000 |
parents | e27d10f2e573 |
children | 976182cb5e74 |
files | src/user-prefs.cc |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/user-prefs.cc +++ b/src/user-prefs.cc @@ -86,7 +86,7 @@ * * [eye, (2)] * - * and will result in an error since the eye function will be + * and will result in an error since the `eye' function will be * called with no arguments. To get around this, you would have to * omit the space between `eye' and the `('. * @@ -96,7 +96,7 @@ * * [eye (2)] * - * will result in a call to linspace with the argument `2'. + * will result in a call to `eye' with the argument `2'. */ int commas_in_literal_matrix (void)