diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
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) |