diff options
Diffstat (limited to 'Doc/Zsh/compwid.yo')
-rw-r--r-- | Doc/Zsh/compwid.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo index d4885f098..99a1d6aa4 100644 --- a/Doc/Zsh/compwid.yo +++ b/Doc/Zsh/compwid.yo @@ -498,7 +498,7 @@ item(tt(-d) var(array))( This adds per-match display strings. The var(array) should contain one element per var(word) given. The completion code will then display the first element instead of the first var(word), and so on. The -var(array) may be given as the name of a array parameter or directly +var(array) may be given as the name of an array parameter or directly as a space-separated list of words in parentheses. If there are fewer display strings than var(words), the leftover |