# HG changeset patch # User jwe # Date 787454318 0 # Node ID 0c95f3b2d3ec0576d0ec255277152434b6aba634 # Parent 5ddf8e79c4a18a4b3a86cbb9d4de90b90f2d2fb0 [project @ 1994-12-15 01:18:38 by jwe] diff --git a/src/user-prefs.cc b/src/user-prefs.cc --- a/src/user-prefs.cc +++ b/src/user-prefs.cc @@ -121,12 +121,12 @@ // // user specifies value of pref // -------------- ------------- -// "ignored" 2 +// "ignore" 2 // "traditional" 1 // anything else 0 // // Octave will never insert a comma in a literal matrix list if the -// user specifies "ignored". For example, the statement [1 2] will +// user specifies "ignore". For example, the statement [1 2] will // result in an error instead of being treated the same as [1, 2], and // the statement //