Merge api-{data,compound}.texi

* doc/ref/api-compound.texi: Remove.
* doc/ref/api-data.texi: Fold "Compound Data Types" and "Simple Data
  Types" into just "Data Types".  The distinction didn't work.
* doc/ref/guile.texi:
* doc/ref/Makefile.am:
* doc/ref/srfi-modules.texi: Adapt.
This commit is contained in:
Andy Wingo 2016-11-22 23:11:37 +01:00
commit 8b5f323330
5 changed files with 4484 additions and 4541 deletions

View file

@ -1823,8 +1823,8 @@ procedures easier. It is documented in @xref{Multiple Values}.
This SRFI is a syntax for defining new record types and creating
predicate, constructor, and field getter and setter functions. It is
documented in the ``Compound Data Types'' section of the manual
(@pxref{SRFI-9 Records}).
documented in the ``Data Types'' section of the manual (@pxref{SRFI-9
Records}).
@node SRFI-10