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


`printf' - format to stdout

Usage: (printf format [ format-arg ... ])
Format a string using arguments from the alist. Write to the default output port. The result will NOT appear in your output. Use this to print information messages to a template user.

Arguments:
format - formatting string
format-arg - Optional - list of arguments to formatting string


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