Mercurial > hg > octave-nkf
diff scripts/strings/strtrunc.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 | 58604c45ca74 |
children | 44032aac5223 |
line wrap: on
line diff
--- a/scripts/strings/strtrunc.m +++ b/scripts/strings/strtrunc.m @@ -43,7 +43,7 @@ s{i} = s{i}(:,1:(min (n, columns (s{i})))); endfor else - error ("strtrunc: s must be a character string or a cell array of strings"); + error ("strtrunc: S must be a character string or a cell array of strings"); endif if (s_was_char)