about summary refs log tree commit diff
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
parent0d437ea7292a090ebdb2703185cc66b9c916a83e (diff)
downloadzsh-cb9408982ffc60e2883b76d676bfd11d5643c1e3.tar.gz
zsh-cb9408982ffc60e2883b76d676bfd11d5643c1e3.tar.xz
zsh-cb9408982ffc60e2883b76d676bfd11d5643c1e3.zip
11019: fix bug in _description example
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/compsys.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dd49d765a..ea6cc57ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-04-29  Adam Spiers  <adam@spiers.net>
 
+	* 11019: Doc/Zsh/compsys.yo: fix bug in _description example
+
+2000-04-29  Adam Spiers  <adam@spiers.net>
+
 	* 11017: Completion/Linux/_rpm: fixes for --rmsource and
 	--recompile options, and for breakage caused by 10772
 
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)