diff --git a/doc/ChangeLog b/doc/ChangeLog index 813b507e8..6686847ad 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,11 +1,20 @@ 2001-07-18 Thien-Thi Nguyen - * scheme-data.texi: Replace some uses of "else" with "otherwise". + * scheme-data.texi: + Replace some uses of "else" with "otherwise". Fix spelling errors. + (String Modification): Reword intro. (Regular Expressions): Add missing close-paren. (List Modification): Rewrite intro. Fix node name spelling error (also in menu). + (Vectors): Reword intro slightly, introducing term + `position' and synonym `index'. Throughout this node, + reword to use `position' instead of `element'. + Reword some procedure documentation for style consistency. + Remove example: `vector-set!' on constant => error. + Add "NOTE" to R5RS non-conformance note. + Add crossrefs to `String Modification' node. 2001-07-17 Thien-Thi Nguyen