Here are the directions for making a help text file that will be compiled
into a help file:


First some general rules.  Text lines that begin with a space will not
be word wrapped.  Those lines that do not begin with a space will be word
wrapped.

Each topic line in a help text file has the syntax:
    
       .topic symbol[,symbol[...]]

  e.g. .topic HMainMenu, HStart, HBeginning

This allows for multiple symbols to reference the same topic.

Topic references can be embedded in the text of the help file with the
following format:

       {text[:topic symbol]}

  e.g. {Main Menu:HMainMenu}

The text in the brackets will be highlighted in the help file viewer.

See the included examples for a better description of help text file formats.

