diff scripts/plot/hidden.m @ 11472:1740012184f9

Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
author Rik <octave@nomad.inbox5.com>
date Sun, 09 Jan 2011 21:33:04 -0800
parents be55736a0783
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/plot/hidden.m
+++ b/scripts/plot/hidden.m
@@ -33,10 +33,10 @@
     if (ischar (mode))
       mode = tolower (mode);
       if (! strcmp (mode, "on") && ! strcmp (mode, "off"))
-        error ("hidden: mode expected to be 'on' or 'off'");
+        error ("hidden: MODE expected to be 'on' or 'off'");
       endif
     else
-      error ("hidden: expecting mode to be a string");
+      error ("hidden: expecting MODE to be a string");
     endif
   else
     print_usage ();