changeset 12683:486c9aea34d3 stable

doc: Correctly refer to toupper() as a Mapping Function. * mappers.cc (toupper): Change "Built-in Function" to "Mapping Function"
author Rik <octave@nomad.inbox5.com>
date Tue, 17 May 2011 22:31:05 -0700
parents c21eb9c02c31
children 02f8f4c509ec
files src/mappers.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mappers.cc	Tue May 17 09:41:19 2011 -0700
+++ b/src/mappers.cc	Tue May 17 22:31:05 2011 -0700
@@ -1833,8 +1833,8 @@
 
 DEFUNX ("toupper", Ftoupper, args, ,
     "-*- texinfo -*-\n\
-@deftypefn  {Built-in Function} {} toupper (@var{s})\n\
-@deftypefnx {Built-in Function} {} upper (@var{s})\n\
+@deftypefn  {Mapping Function} {} toupper (@var{s})\n\
+@deftypefnx {Mapping Function} {} upper (@var{s})\n\
 Return a copy of the string or cell string @var{s}, with each lowercase\n\
 character replaced by the corresponding uppercase one; non-alphabetic\n\
 characters are left unchanged.  For example:\n\