Go to the first, previous, next, last section, table of contents.


`join' - join string list with separator

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.