diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-19 14:43:34 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-19 14:43:34 +0000 |
commit | c73034d147c0bc2c77bf10d15b0b12781d2b4e3f (patch) | |
tree | eb790a9f327548f4defbe56d52d0ed5b8e801249 /Doc/Zsh | |
parent | 6adafae34f2e04d2340b36e514ff190bdbab2e6b (diff) | |
download | zsh-c73034d147c0bc2c77bf10d15b0b12781d2b4e3f.tar.gz zsh-c73034d147c0bc2c77bf10d15b0b12781d2b4e3f.tar.xz zsh-c73034d147c0bc2c77bf10d15b0b12781d2b4e3f.zip |
zsh-workers/7451
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 4f1b70c6e..13659a92b 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -924,6 +924,7 @@ in one string with the option name, but may also be given as a separate argument after the option, a plus sign should be used instead. Finally, if the option may be given more than once, a star (`tt(*)') should be added in front of the var(opt-spec). +) enditem() In each of the cases above, the var(action) says how the possible |