*** guile.texi/api-compound.texi 2014-03-16 18:43:13.000000000 -0400 --- modded-guile.texi/api-compound.texi 2016-03-02 20:49:47.324141170 -0500 *************** *** 1258,1271 **** is an ordinary array of rank 1 with lower bound 2 in dimension 0. @item #2((1 2 3) (4 5 6)) ! is a non-uniform array of rank 2; a address@hidden matrix with index ranges 0..2 and 0..2. @item #u32(0 1 2) is a uniform u8 array of rank 1. @item #2u32@@2@@3((1 2) (2 3)) ! is a uniform u8 array of rank 2 with index ranges 2..3 and 3..4. @item #2() is a two-dimensional array with index ranges 0..-1 and 0..-1, i.e.@: --- 1258,1271 ---- is an ordinary array of rank 1 with lower bound 2 in dimension 0. @item #2((1 2 3) (4 5 6)) ! is a non-uniform array of rank 2; a address@hidden matrix with index ranges 0..1 and 0..2. @item #u32(0 1 2) is a uniform u8 array of rank 1. @item #2u32@@2@@3((1 2) (2 3)) ! is a uniform u32 array of rank 2 with index ranges 2..3 and 3..4. @item #2() is a two-dimensional array with index ranges 0..-1 and 0..-1, i.e.@: *************** *** 2877,2883 **** @code{standard-vtable-fields}. @defvr {Scheme Variable} standard-vtable-fields ! A string containing the orderedq set of fields that a vtable must have. @end defvr @defvr {Scheme Variable} vtable-offset-user --- 2877,2883 ---- @code{standard-vtable-fields}. @defvr {Scheme Variable} standard-vtable-fields ! A string containing the ordered set of fields that a vtable must have. @end defvr @defvr {Scheme Variable} vtable-offset-user