diff scripts/time/datetick.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 e2a4f3478b7c
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/time/datetick.m	Sun Jan 09 16:01:05 2011 -0800
+++ b/scripts/time/datetick.m	Sun Jan 09 21:33:04 2011 -0800
@@ -117,7 +117,7 @@
   if (! isempty (form))
     if (isnumeric (form))
       if (! isscalar (form) || floor (form) != form || form < 0)
-        error ("datetick: expecting form argument to be a positive integer");
+        error ("datetick: expecting FORM argument to be a positive integer");
       endif
     elseif (! ischar (form))
       error ("datetick: expecting valid date format string");