about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-11 12:57:18 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-11 12:57:18 +0000
commit57c66cd91146046399410515122ea7e8416094cf (patch)
treebe86ad38b33c68a81a11b9dea993ecc5b08ccba1
parent3076ed44d33ac699b306824214951c436c4a7a4e (diff)
downloadzsh-57c66cd91146046399410515122ea7e8416094cf.tar.gz
zsh-57c66cd91146046399410515122ea7e8416094cf.tar.xz
zsh-57c66cd91146046399410515122ea7e8416094cf.zip
zsh-workers/9679
-rw-r--r--Doc/Zsh/compsys.yo6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 88903fe53..e54e5825b 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1606,6 +1606,12 @@ If the tt(matcher) style is not set for one of the invocations of
 tt(_matcher), this has the same effect as setting it to the empty
 string: it makes the following completion function not use any match
 specifications besides those used by the functions themselves.
+
+Note that currently only the tt(_complete) completer and the
+tt(_prefix) completer (if it has its own tt(completer) style
+containing tt(_complete)) use the match specifications, so one doesn't 
+need to repeat all completers one wants to use after each call to
+tt(_matcher) in the completer list.
 )
 findex(_expand)
 item(tt(_expand))(