diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-04-05 19:28:07 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-04-05 19:28:07 +0000 |
commit | 3acc9f80efa7bf4a65b5efdb3c5d9f5ef25d3c22 (patch) | |
tree | 4ee721cf19be7090fcb1598937ab7df66bab2b16 /Doc/Zsh/compsys.yo | |
parent | 80ac43783a990ecb1e5234e3d7a682508102e42f (diff) | |
download | zsh-3acc9f80efa7bf4a65b5efdb3c5d9f5ef25d3c22.tar.gz zsh-3acc9f80efa7bf4a65b5efdb3c5d9f5ef25d3c22.tar.xz zsh-3acc9f80efa7bf4a65b5efdb3c5d9f5ef25d3c22.zip |
Patches 10513, 10516 (Alexandre), 10519 (Oliver), 10524
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 035a98e0d..e8eada391 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -2794,7 +2794,7 @@ are taken from the array parameter tt(expl) which will be set up before executing the var(action) and hence may be used in it (normally in an expansion like `tt($expl[@])'). -If the var(action) starts with `tt(= )' (a equal sign followed by a +If the var(action) starts with `tt(= )' (an equals sign followed by a space), tt(_arguments) will insert the contents of the var(argument) field of the current context as the new first element in the tt(words) special array and increments the value of the tt(CURRENT) special |