Go to the first, previous, next, last section, table of contents.
Usage: (join separator list ...)
With the first argument as the separator string,
joins together an a-list of strings into one long string.
The list may contain nested lists, partly because you
cannot always control that.
Arguments:
separator - string to insert between entries
list - list of strings to join
Go to the first, previous, next, last section, table of contents.