about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorAdam Spiers <adamspiers@users.sourceforge.net>2000-04-29 22:09:04 +0000
committerAdam Spiers <adamspiers@users.sourceforge.net>2000-04-29 22:09:04 +0000
commitcb9408982ffc60e2883b76d676bfd11d5643c1e3 (patch)
treeeebcdb65c06a0759dd878cd607cf89c1098d0d70 /Doc
parent0d437ea7292a090ebdb2703185cc66b9c916a83e (diff)
downloadzsh-cb9408982ffc60e2883b76d676bfd11d5643c1e3.tar.gz
zsh-cb9408982ffc60e2883b76d676bfd11d5643c1e3.tar.xz
zsh-cb9408982ffc60e2883b76d676bfd11d5643c1e3.zip
11019: fix bug in _description example
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo2
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)