diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2021-09-26 08:43:46 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2021-11-26 08:39:03 +0000 |
| commit | e8d49addc049a77293fd015824ecde31e2901b8d (patch) | |
| tree | 7bffe0b84d8d9b0589a60a0bcbe2a24823f71271 /Doc | |
| parent | 49446: docs: Add texinode()s, so the next commit can link directly to a subse... (diff) | |
| download | zsh-e8d49addc049a77293fd015824ecde31e2901b8d.tar zsh-e8d49addc049a77293fd015824ecde31e2901b8d.tar.gz zsh-e8d49addc049a77293fd015824ecde31e2901b8d.tar.bz2 zsh-e8d49addc049a77293fd015824ecde31e2901b8d.tar.lz zsh-e8d49addc049a77293fd015824ecde31e2901b8d.tar.xz zsh-e8d49addc049a77293fd015824ecde31e2901b8d.tar.zst zsh-e8d49addc049a77293fd015824ecde31e2901b8d.zip | |
49447: docs: _wanted: Clarify the example and point to another one.
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/compsys.yo | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 40238c4b9..f85293ac7 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -5395,7 +5395,11 @@ matches with the given description: example(local expl _wanted tag expl 'description' \ - compadd matches...) + compadd -- var(match1) var(match2)...) + +See also the use of tt(_wanted) in the example function in +ifzman(the subsection `Dynamic named directories' in zmanref(zshexpn))\ +ifnzman(noderef(Dynamic named directories)). Note that, as for tt(_requested), the var(command) must be able to accept options to be passed down to tt(compadd). |
