From 674045d2fe74a10b250c232013991cff28af943b Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 21 Sep 1999 01:29:08 +0000 Subject: zsh-workers/7943 --- Doc/Zsh/compsys.yo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index c54fdb46d..4b4716a48 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -897,9 +897,9 @@ complete arguments of options whose description in the output of the command from the line with the `tt(-)tt(-help)' option matches the var(pattern). For example: -example(_arguments -- '*\*' '(yes no)' \ - '*=FILE*' '_files' \ - '*=DIR*' '_files -/') +example(_arguments -- '*\*:toggle:(yes no)' \ + '*=FILE*:file:_files' \ + '*=DIR*:directory:_files -/') Here, `tt(yes)' and `tt(no)' will be completed as the argument of options whose description ends in a star, file names for options that -- cgit 1.4.1