diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-10 11:53:05 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-10 11:53:05 +0000 |
commit | 2da726eaf11773318ac06cc24fa21569cd2758c8 (patch) | |
tree | 7fa47cbe813ae6aa01ae88be08528b66c0597faf /Doc/Zsh/compsys.yo | |
parent | f1286d2fae17b15baf8e2ef8b0537ce89fb4f2e7 (diff) | |
download | zsh-2da726eaf11773318ac06cc24fa21569cd2758c8.tar.gz zsh-2da726eaf11773318ac06cc24fa21569cd2758c8.tar.xz zsh-2da726eaf11773318ac06cc24fa21569cd2758c8.zip |
more fixes for _arguments and its docs (11298)
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 69701dd34..b345b8d42 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -3083,8 +3083,10 @@ the values. For options that have more than one argument these are given as one string, separated by colons. All colons in the original arguments are preceded with backslashes. -The parameter `tt(context)' will be set to the automatically created -context names. These are either strings of the form +The parameter `tt(context)' (only set in the calling function when +using an action of the form `tt(->)var(string)', not during the +evaluation of other var(action)s) will be set to the automatically +created context names. These are either strings of the form `tt(option)var(-opt)tt(-)var(n)' for the var(n)'th argument of the option var(-opt), or strings of the form `tt(argument-)var(n)' for the var(n)'th argument (for rest arguments the var(n) is the string |