# HG changeset patch # User Ben Abbott # Date 1287813570 -28800 # Node ID 195cffc2d0a39e065ecf48821a674d23aa3e11f5 # Parent 3450551f591e91e40d89e5153ae7e55834aeb667 strings.txi: @DOCSTRING additions. diff -r 3450551f591e -r 195cffc2d0a3 doc/ChangeLog --- 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 + + * interpreter/strings.txi: Add @DOCSTRING(strread). + 2010-10-21 John W. Eaton * interpreter/contributors.in: Add Gunnar Farnebäck to the list. diff -r 3450551f591e -r 195cffc2d0a3 doc/interpreter/strings.txi --- 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)