# HG changeset patch # User Ben Abbott # Date 1287815468 14400 # Node ID c9ec943ebe65dbf1a583e9bd34591408463532b5 # Parent a81994607ca01a9f92e324629e5f126bd762bf87 doc fix diff --git a/doc/interpreter/io.txi b/doc/interpreter/io.txi --- a/doc/interpreter/io.txi +++ b/doc/interpreter/io.txi @@ -219,6 +219,8 @@ @DOCSTRING(csvread) +Formatted data from can be read from, or written to, text files as well. + @DOCSTRING(textread) @DOCSTRING(textscan)