Mercurial > hg > octave-lyh
diff scripts/strings/blanks.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 | eb63fbe60fab |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/strings/blanks.m +++ b/scripts/strings/blanks.m @@ -42,7 +42,7 @@ if (nargin != 1) print_usage (); elseif (! (isscalar (n) && n == round (n))) - error ("blanks: n must be a non-negative integer"); + error ("blanks: N must be a non-negative integer"); endif ## If 1:n is empty, the following expression will create an empty