diff src/strfns.cc @ 12483:7a5aacf65f81

Rewrite error strings in src/ to use variables named in documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 26 Feb 2011 17:28:11 -0800
parents 12df7854fa7c
children 503865c2e542
line wrap: on
line diff
--- a/src/strfns.cc	Sat Feb 26 16:21:02 2011 -0500
+++ b/src/strfns.cc	Sat Feb 26 17:28:11 2011 -0800
@@ -889,7 +889,7 @@
               if (! error_state)
                 s.list_in_columns (buf, width);
               else
-                error ("list_in_columns: expecting width to be an integer");
+                error ("list_in_columns: WIDTH must be an integer");
             }
 
           retval = buf.str ();