Mercurial > hg > octave-nkf
diff scripts/strings/upper.m @ 3499:3e3e14ad5149
[project @ 2000-01-31 05:18:07 by jwe]
author | jwe |
---|---|
date | Mon, 31 Jan 2000 05:18:13 +0000 |
parents | 493df428100e |
children | c08cb1098afc |
line wrap: on
line diff
--- a/scripts/strings/upper.m +++ b/scripts/strings/upper.m @@ -18,8 +18,8 @@ ## 02111-1307, USA. ## -*- texinfo -*- -## @deftypefn {Function File} {@var{S} =} upper(@var{s}) -## Transform all letters in a string to upper case. +## @deftypefn {Function File} {} upper (@var{s}) +## Transform all letters in the string @var{s} to upper case. ## @end deftypefn ## @seealso{toupper}