changeset 8879:1beaaffb3c1f

document strsplit, not split
author John W. Eaton <jwe@octave.org>
date Thu, 26 Feb 2009 12:20:17 -0500
parents ebb8c1dcf4d3
children 078ca05e4ef8
files doc/ChangeLog doc/interpreter/strings.txi
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <jwe@octave.org>
+
+	* interpreter/strings.txi (Manipulating Strings):
+	Document strsplit, not split.
+
 2009-02-25  John W. Eaton  <jwe@octave.org>
 
 	* 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  <jwe@octave.org>
 
 	* doc/interperter: Include @DOCSTRING commands for the following
--- 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)