From ed01d710bfd591dcac5777b227240a6feef38219 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 5 Jan 2014 18:11:31 +0000 Subject: unposted but c.f. 32231: $line from _arguments doesn't include command --- Doc/Zsh/compsys.yo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Doc') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index d42ad9779..d66006d36 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1,4 +1,4 @@ -texinode(Completion System)(Completion Using compctl)(Completion Widgets)(Top) +exinode(Completion System)(Completion Using compctl)(Completion Widgets)(Top) chapter(Completion System) cindex(completion system) cindex(completion, programmable) @@ -3824,10 +3824,10 @@ elements of the array. ) enditem() -During the performance of the action the array `tt(line)' -will be set to the command name and normal arguments from the command -line, i.e. the words from the command line excluding all options -and their arguments. Options are stored in the associative array +During the performance of the action the array `tt(line)' will be set to +the normal arguments from the command line, i.e. the words from the +command line after the command name excluding all options and their +arguments. Options are stored in the associative array `tt(opt_args)' with option names as keys and their arguments as the values. For options that have more than one argument these are given as one string, separated by colons. All colons in the original -- cgit 1.4.1