diff options
author | Daniel Shahaf <danielsh@apache.org> | 2020-01-16 18:21:41 +0000 |
---|---|---|
committer | Daniel Shahaf <danielsh@apache.org> | 2020-01-16 18:21:41 +0000 |
commit | fb3865514ce52de5b1b2cfa34899a133e76edf78 (patch) | |
tree | a23af3c43522e1525054435b6bcf7eec3f3ee7b8 /Doc/Zsh/params.yo | |
parent | 977e1c75d8fcd7e727d20d8e4ac9b5b79ea9d667 (diff) | |
parent | 28e11ac60b91aea5ab4b47c3cc2bf33f00ba53e4 (diff) | |
download | zsh-fb3865514ce52de5b1b2cfa34899a133e76edf78.tar.gz zsh-fb3865514ce52de5b1b2cfa34899a133e76edf78.zip |
Merge branch 'master' into 5.9
* master:
45305: Add an XFail test: The exec-last-command optimization is applied to try/always.
45307: zstyle docs: Unoverload a placeholder variable name.
45306: zstyle docs: Introduce the first synopsis in the same way as all others: with an item()().
unposted: docs: Fix a cross-reference.
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r-- | Doc/Zsh/params.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 5025ef477..8daf33d5e 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -129,7 +129,7 @@ both var(key) and var(value) undergo all forms of expansion allowed for single word shell expansions (this does not include filename generation); these are as performed by the parameter expansion flag tt(LPAR()e+RPAR()) as described in -ifzman(zmanref(zshparam))\ +ifzman(zmanref(zshexpn))\ ifnzman(noderef(Parameter Expansion)). Nested parentheses may surround var(value) and are included as part of the value, which is joined into a plain string; this differs from ksh which |