From 8f01a317592b3e3a9f1be297cae4f1cf6692181d Mon Sep 17 00:00:00 2001 From: Joe Bloggs Date: Wed, 26 Mar 2014 19:36:02 +0000 Subject: [PATCH] update --- zsh-completions-howto.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-completions-howto.org b/zsh-completions-howto.org index 52f4ffb..8a5697f 100644 --- a/zsh-completions-howto.org +++ b/zsh-completions-howto.org @@ -246,7 +246,7 @@ _regex_arguments SEQ1 '|' SEQ2 \( SEQ2a '|' SEQ2b \) #+END_SRC 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 word on the command line corresponding to that position.