1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00

unposted: fix typo in compsys.yo

This commit is contained in:
Doug Kearns 2004-02-29 12:09:09 +00:00
parent 0f17025f1b
commit dc3fa4b407
2 changed files with 3 additions and 1 deletions

@ -1,5 +1,7 @@
2004-02-29 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* unposted: Doc/Zsh/compsys.yo: fix typo
* 19498: Completion/Unix/Command/_antiword: update for version 0.35
2004-02-28 Doug Kearns <djkea2@mugca.its.monash.edu.au>

@ -3832,7 +3832,7 @@ As an example, consider a command taking the options tt(-n) and
tt(-none), where tt(-n) must be followed by a numeric value in the
same word. By using:
example(_argument '-n-: :_guard "[0-9]#" "numeric value"' '-none')
example(_arguments '-n-: :_guard "[0-9]#" "numeric value"' '-none')
tt(_arguments) can be made to both display the message `tt(numeric
value)' and complete options after `tt(-n<TAB>)'. If the `tt(-n)' is