diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2004-02-10 19:19:02 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2004-02-10 19:19:02 +0000 |
commit | 9da807ab7fc38b39ac659cf77c102607bd6302e9 (patch) | |
tree | d97de53d86d711b223cff047c91603c5562c7674 /Doc/Zsh | |
parent | 4c1e94f9512d7b3373cf768c368c8403a8f09c47 (diff) | |
download | zsh-9da807ab7fc38b39ac659cf77c102607bd6302e9.tar.gz zsh-9da807ab7fc38b39ac659cf77c102607bd6302e9.tar.xz zsh-9da807ab7fc38b39ac659cf77c102607bd6302e9.zip |
19415: fix indicate that short_loops option is applicable to repeat loops too
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/options.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 8ae442cb2..c48427316 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -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) |