# HG changeset patch # User jwe # Date 770417435 0 # Node ID b7187b46004f27dcb608a3c6782fd824542cf143 # Parent e27d10f2e5732a5d24007e5cc7d5764f584c8e59 [project @ 1994-05-31 20:50:35 by jwe] diff --git a/src/user-prefs.cc b/src/user-prefs.cc --- 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)