diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-06 09:03:46 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-06 09:03:46 +0000 |
commit | 40e17d980fd478b91cbfaeedfd3a887ada443cd5 (patch) | |
tree | f66444c66666f50e2c2ac8c7162650d6393d7610 /Doc/Zsh/expn.yo | |
parent | a45ff6cdb7bd3e9d9f690892a80f30d50367d051 (diff) | |
download | zsh-40e17d980fd478b91cbfaeedfd3a887ada443cd5.tar.gz zsh-40e17d980fd478b91cbfaeedfd3a887ada443cd5.tar.xz zsh-40e17d980fd478b91cbfaeedfd3a887ada443cd5.zip |
back out 15266
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r-- | Doc/Zsh/expn.yo | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index d75450f7e..562e9bef2 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -793,8 +793,7 @@ flag, or with tt(${)...tt(/)...tt(}) (only the var(expr)th match is substituted) or tt(${)...tt(//)...tt(}) (all matches from the var(expr)th on are substituted). The var(expr)th match is counted such that there is either one or zero matches from each starting -position in the string when scanning forwards, or to each finishing -position when scanning backwards, although for global substitution matches +position in the string, although for global substitution matches overlapping previous replacements are ignored. ) item(tt(M))( |