changeset 11143:195cffc2d0a3

strings.txi: @DOCSTRING additions.
author Ben Abbott <bpabbott@mac.com>
date Sat, 23 Oct 2010 13:59:30 +0800
parents 3450551f591e
children 461ae8d58cdb
files doc/ChangeLog doc/interpreter/strings.txi
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Sat Oct 23 01:50:14 2010 -0400
+++ b/doc/ChangeLog	Sat Oct 23 13:59:30 2010 +0800
@@ -3,6 +3,10 @@
 	* interpreter/io.txi (Opening and Closing Files):
 	Document is_valid_file_id.
 
+2010-10-23  Ben Abbott <bpabbott@mac.com>
+
+	* interpreter/strings.txi: Add @DOCSTRING(strread).
+
 2010-10-21  John W. Eaton  <jwe@octave.org>
 
 	* interpreter/contributors.in: Add Gunnar Farnebäck to the list.
--- a/doc/interpreter/strings.txi	Sat Oct 23 01:50:14 2010 -0400
+++ b/doc/interpreter/strings.txi	Sat Oct 23 13:59:30 2010 +0800
@@ -436,6 +436,8 @@
 
 @DOCSTRING(strsplit)
 
+@DOCSTRING(strread)
+
 @DOCSTRING(strrep)
 
 @DOCSTRING(substr)