about summary refs log tree commit diff
path: root/Doc/Zsh/options.yo
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-01-16 18:21:41 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-01-16 18:21:41 +0000
commitfb3865514ce52de5b1b2cfa34899a133e76edf78 (patch)
treea23af3c43522e1525054435b6bcf7eec3f3ee7b8 /Doc/Zsh/options.yo
parent977e1c75d8fcd7e727d20d8e4ac9b5b79ea9d667 (diff)
parent28e11ac60b91aea5ab4b47c3cc2bf33f00ba53e4 (diff)
downloadzsh-fb3865514ce52de5b1b2cfa34899a133e76edf78.tar.gz
zsh-fb3865514ce52de5b1b2cfa34899a133e76edf78.tar.xz
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/options.yo')
-rw-r--r--Doc/Zsh/options.yo4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 88bb643d1..fdea51412 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -2334,7 +2334,9 @@ cindex(sh, field splitting style)
 item(tt(SH_WORD_SPLIT) (tt(-y)) <K> <S>)(
 Causes field splitting to be performed on unquoted parameter expansions.
 Note that this option has nothing to do with word splitting.
-(See noderef(Parameter Expansion).)
+(See 
+ifzman(zmanref(zshexpn))\
+ifnzman(noderef(Parameter Expansion)).)
 )
 pindex(TRAPS_ASYNC)
 pindex(NO_TRAPS_ASYNC)