Short:        Search fast in autodocs & includes.
Architecture: m68k-amigaos

ex:

          ex:   Chelp addappicon - gives you info about AddAppIcon

          ex:   Chelp window - gives you info about the struct window


          ex:   chelp exec - gives you includefile exec.h 


          ex:   Chelp GA_* - gives you info about all GadgetAttributes

                If [keyword] ends with * or + you will get all functions
                /structs that begins with 'keyword', see wildcards for
                 more info.

                 If 'subheader' exists, you will only get that part of the
                 autodoc that matches the subheader.

          ex:   Chelp addappicon name - gives you the text that is in the
                paragraph name.


                NAME                                                                       
                    AddAppIcon - add an icon to workbench's list of appicons.

          ex:   Chelp Create* synopsis - gives you info about everything in
                the paragraph synopsis of every fuction that matches Create*.

Chelp -C [keyword]  Samw as for CHelp [keyword] except that the keyword is case
                dependent.

          ex:   Chelp -c Open - find Open but not open
       
          ex:   Chelp -c open* - finds all that starts with open, but not
                those with Open