about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-01 12:08:32 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-01 12:08:32 +0000
commit9ab8fed111413436683120ed3c13b59c745015e1 (patch)
treebf27c50736d5993626d8100bb05680a95f5afd0e
parent7e78f4d7eb935277815075023fd54966698ba9ad (diff)
downloadzsh-9ab8fed111413436683120ed3c13b59c745015e1.tar.gz
zsh-9ab8fed111413436683120ed3c13b59c745015e1.tar.xz
zsh-9ab8fed111413436683120ed3c13b59c745015e1.zip
zsh-workers/8838
-rw-r--r--Doc/Zsh/compsys.yo4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 4fd3517eb..ee194e592 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1899,7 +1899,9 @@ also be separated from the var(message) by two or three colons. With
 two colons the tt(words) special array and the tt(CURRENT) special
 parameter are modified to refer only to the words after the option
 (with two colons) or to the words covered by this description (with
-three colons) during the execution or evaluation of the var(action).
+three colons) during the execution or evaluation of the
+var(action). Note that only one such `tt(:*)'-specification is useful
+and no other argument specification may be given after it.
 
 In the simplest form the var(opt-spec) is just the option name
 beginning with a minus or a plus sign, such as `tt(-foo)'. In this