diff src/pr-output.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 1cf28ef2bb88
children 801c5a6ad487
line wrap: on
line diff
--- a/src/pr-output.cc
+++ b/src/pr-output.cc
@@ -3422,7 +3422,7 @@
               retval = string_vector (lst);
             }
           else
-            error ("rats: expecting numeric input");
+            error ("rats: X must be numeric");
         }
     }
 
@@ -3509,7 +3509,7 @@
           if (osp)
             args(1).print (*osp);
           else
-            error ("fdisp: stream not open for writing");
+            error ("fdisp: stream FID not open for writing");
         }
     }
   else