about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-07-05 23:53:05 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-07-05 23:53:05 +0000
commit55d4ee8c6dbe1e459c973cca32c1a2add1ebd41e (patch)
tree95fbc5b5894ddcd08e92f5ee97c1121c28df762e /Doc/Zsh/expn.yo
parentc4d9fa80a528ddbb69b40ee9c67418a26f9a991d (diff)
downloadzsh-55d4ee8c6dbe1e459c973cca32c1a2add1ebd41e.tar.gz
zsh-55d4ee8c6dbe1e459c973cca32c1a2add1ebd41e.tar.xz
zsh-55d4ee8c6dbe1e459c973cca32c1a2add1ebd41e.zip
15266: fix for ${(S)...%%...}
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r--Doc/Zsh/expn.yo3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 562e9bef2..d75450f7e 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -793,7 +793,8 @@ 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, although for global substitution matches
+position in the string when scanning forwards, or to each finishing
+position when scanning backwards, although for global substitution matches
 overlapping previous replacements are ignored.
 )
 item(tt(M))(