From 3cb8a8707d89ce77251061f8a5fe31528ba322e8 Mon Sep 17 00:00:00 2001 From: Bernard Duggan Date: Wed, 10 Feb 2010 10:52:21 +1100 Subject: Fix minor documentation errors Fix three minor typos and reorder one of a pair of lists of functions so that the ordering is consistent. --- lib/stdlib/doc/src/re.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stdlib/doc/src/re.xml') diff --git a/lib/stdlib/doc/src/re.xml b/lib/stdlib/doc/src/re.xml index 41dce7f2a7..6c6f67811a 100644 --- a/lib/stdlib/doc/src/re.xml +++ b/lib/stdlib/doc/src/re.xml @@ -592,7 +592,7 @@ This option makes it possible to include comments inside complicated patterns. N NLSpec = cr | crlf | lf | anycrlf | any SplitList = [ RetData ] | [ GroupedRetData ] GroupedRetData = [ RetData ] - RetData = iodata() charlist() | binary() | list() + RetData = iodata() | charlist() | binary() | list()

This function splits the input into parts by finding tokens -- cgit v1.2.3