Function set_contents:
Defined in module book (file: /std/book.c)

Set the contents of the book.  The contents are a mapping with the section
heading as the key and the page it starts with as the value (a string).

Prototype:
void set_contents(mapping new_contents);
