diff options
Diffstat (limited to 'Doc')
-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) |