From 9181f0e3059862d2d8cc109bc849f8705cbbc23c Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 8 Jun 2005 12:22:53 +0000 Subject: 21314: declare expl local in example use of _wanted --- Doc/Zsh/compsys.yo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 2a9aae63a..b4f664e05 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -4370,7 +4370,8 @@ is carried out automatically by tt(_wanted). Hence to offer only one tag and immediately add the corresponding matches with the given description: -example(_wanted tag expl 'description' \ +example(local expl +_wanted tag expl 'description' \ compadd matches...) Note that, as for tt(_requested), the var(command) must be able to -- cgit 1.4.1