# HG changeset patch # User John W. Eaton # Date 1235668817 18000 # Node ID 1beaaffb3c1f775249bcd1d54043b1ac199a21d7 # Parent ebb8c1dcf4d310cf620bdb7eadbc599fa31c90ab document strsplit, not split diff -r ebb8c1dcf4d3 -r 1beaaffb3c1f doc/ChangeLog --- a/doc/ChangeLog Thu Feb 26 12:09:28 2009 -0500 +++ b/doc/ChangeLog Thu Feb 26 12:20:17 2009 -0500 @@ -1,3 +1,8 @@ +2009-02-26 John W. Eaton + + * interpreter/strings.txi (Manipulating Strings): + Document strsplit, not split. + 2009-02-25 John W. Eaton * interpreter/Makefile.in (distclean): Remove tags and TAGS here @@ -24,7 +29,6 @@ * intepreter/Makefile.in: Include it. * interpreter/matrix.txi: Move @DOCSTRING(diag) to diagperm.txi. - 2009-02-19 John W. Eaton * doc/interperter: Include @DOCSTRING commands for the following diff -r ebb8c1dcf4d3 -r 1beaaffb3c1f doc/interpreter/strings.txi --- a/doc/interpreter/strings.txi Thu Feb 26 12:09:28 2009 -0500 +++ b/doc/interpreter/strings.txi Thu Feb 26 12:20:17 2009 -0500 @@ -430,7 +430,7 @@ @DOCSTRING(strtok) -@DOCSTRING(split) +@DOCSTRING(strsplit) @DOCSTRING(strrep)