# HG changeset patch # User jwe # Date 943046744 0 # Node ID 49ae660cdb39387efce0dcfbcc7d4714f510306d # Parent 4f40efa995c17d0d062afde960846c36682459b6 [project @ 1999-11-19 21:25:44 by jwe] diff --git a/src/mappers.cc b/src/mappers.cc --- a/src/mappers.cc +++ b/src/mappers.cc @@ -543,7 +543,7 @@ @end group\n\ \n\ @end example\n\ -@end deftypefn") +@end deftypefn"); DEFUN_MAPPER (tolower, xtolower, 0, 0, 0, 0, 0, 0.0, 0.0, 2, "-*- texinfo -*-\n\ @@ -556,7 +556,7 @@ tolower (\"MiXeD cAsE 123\")\n\ @result{} \"mixed case 123\"\n\ @end example\n\ -@end deftypefn") +@end deftypefn"); DEFUN_MAPPER (toupper, xtoupper, 0, 0, 0, 0, 0, 0.0, 0.0, 2, "-*- texinfo -*-\n\ @@ -571,7 +571,7 @@ @result{} \"MIXED CASE 123\"\n\ @end group\n\ @end example\n\ -@end deftypefn") +@end deftypefn"); DEFALIAS (gammaln, lgamma);