This commit is contained in:
Joe Bloggs 2014-03-26 19:36:02 +00:00
parent 52b79ab52e
commit 8f01a31759
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ _regex_arguments SEQ1 '|' SEQ2 \( SEQ2a '|' SEQ2b \)
#+END_SRC #+END_SRC
this specifies a command line matching either SEQ1, or SEQ2 followed by SEQ2a or SEQ2b. this specifies a command line matching either SEQ1, or SEQ2 followed by SEQ2a or SEQ2b.
A specification in a sequence can take the form: / PATTERN / ':TAG:DESCR:ACTION' A specification in a sequence can take the form: / PATTERN/ ':TAG:DESCR:ACTION'
The ':TAG:DESCR:ACTION' part is the same as for the _alternative function (see above), and specifies how to complete The ':TAG:DESCR:ACTION' part is the same as for the _alternative function (see above), and specifies how to complete
the word on the command line corresponding to that position. the word on the command line corresponding to that position.