mchelps --> get help with snippet (context) shown mchelp --> show help on numbered item from previous search mchelp --> on its own, shows this help Search strings can have boolean operators in them, namely the words: AND NEAR NOT OR These words must be in all capitals or they are just searched for literally. For example: mchelp trigger AND alias mchelp delete AND trigger NEAR count mchelp search NOT table mchelp search -table mchelp add OR delete mchelp next NEAR/5 table mchelp add AND (trigger OR alias) (The syntax NEAR/5 means if one word is within 5 words of another word, the default is 10) You can use a wildcard suffix, eg. mchelp trigg* You can look for phrases by putting them in quotes, eg. mchelp "hash a string" You can restrict the lookup to the item name (eg. the function name) like this: mchelp name:utils.* ]]>