about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-05-02 04:04:10 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-05-02 04:04:10 +0000
commit4bf9b6583911e3c2163dd6317e32e2a0a76dc0ee (patch)
treeb1ab887eadfb4368e308ba4698b050f678012475 /Doc
parentae98e758fdbd00cf5c2898de1bb318901ee55f61 (diff)
downloadzsh-4bf9b6583911e3c2163dd6317e32e2a0a76dc0ee.tar.gz
zsh-4bf9b6583911e3c2163dd6317e32e2a0a76dc0ee.tar.xz
zsh-4bf9b6583911e3c2163dd6317e32e2a0a76dc0ee.zip
Merge of 21314: declare expl local in example use of _wanted.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo3
1 files changed, 2 insertions, 1 deletions
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