diff options
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r-- | Doc/Zsh/expn.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index c0e525067..c0a58690a 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -680,9 +680,9 @@ item(tt(z))( Split the result of the expansion into words using shell parsing to find the words, i.e. taking into account any quoting in the value. -Note that this is done very lately, as for the `tt((s))' flag. So to +Note that this is done very late, as for the `tt((s))' flag. So to access single words in the result, one has to use nested expansions as -in `tt(${${(z)foo}[2]}'. Likewise, to remove the quotes in the +in `tt(${${(z)foo}[2]})'. Likewise, to remove the quotes in the resulting words one would do: `tt(${(Q)${(z)foo}})'. ) item(tt(t))( |