1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00

19415: fix indicate that short_loops option is applicable to repeat loops too

This commit is contained in:
Oliver Kiddle 2004-02-10 19:19:02 +00:00
parent 4c1e94f951
commit 9da807ab7f

@ -1140,7 +1140,7 @@ This also affects the value of the tt(-) special parameter.
)
pindex(SHORT_LOOPS)
item(tt(SHORT_LOOPS) <C> <Z>)(
Allow the short forms of tt(for), tt(select),
Allow the short forms of tt(for), tt(repeat), tt(select),
tt(if), and tt(function) constructs.
)
pindex(SH_WORD_SPLIT)