Está documentado na ajuda, o nó é "Edit Menu File" em "Command Menu"; se você rolar para baixo, você deve encontrar "Condições Adicionais":
If the condition begins with '+' (or '+?') instead of '=' (or '=?') it is an addition condition. If the condition is true the menu entry will be included in the menu. If the condition is false the menu entry will not be included in the menu.
Isso é precedido por "Condições padrão" (a condição =
), que determinam qual entrada será realçada como a escolha padrão quando o menu for exibido. De qualquer forma, a título de exemplo:
+ t r & ! t t
t r
significa que se trata de um arquivo regular ("t (ype) r"), e ! t t
significa que o arquivo não foi marcado na interface.