diff options
author | Adam Spiers <adamspiers@users.sourceforge.net> | 2000-04-29 22:09:04 +0000 |
---|---|---|
committer | Adam Spiers <adamspiers@users.sourceforge.net> | 2000-04-29 22:09:04 +0000 |
commit | cb9408982ffc60e2883b76d676bfd11d5643c1e3 (patch) | |
tree | eebcdb65c06a0759dd878cd607cf89c1098d0d70 /Doc/Zsh/compsys.yo | |
parent | 0d437ea7292a090ebdb2703185cc66b9c916a83e (diff) | |
download | zsh-cb9408982ffc60e2883b76d676bfd11d5643c1e3.tar.gz zsh-cb9408982ffc60e2883b76d676bfd11d5643c1e3.tar.xz zsh-cb9408982ffc60e2883b76d676bfd11d5643c1e3.zip |
11019: fix bug in _description example
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index d8b83a6f8..e3274cabf 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -2457,7 +2457,7 @@ giving the option `tt(-V)', `tt(-1V)', or `tt(-2V)'. In most cases, this function will be used like this: example(local expl -_description expl files file +_description files expl file compadd "$expl[@]" - "$files[@]") ) findex(_message) |