about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2004-02-10 19:19:02 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2004-02-10 19:19:02 +0000
commit9da807ab7fc38b39ac659cf77c102607bd6302e9 (patch)
treed97de53d86d711b223cff047c91603c5562c7674
parent4c1e94f9512d7b3373cf768c368c8403a8f09c47 (diff)
downloadzsh-9da807ab7fc38b39ac659cf77c102607bd6302e9.tar.gz
zsh-9da807ab7fc38b39ac659cf77c102607bd6302e9.tar.xz
zsh-9da807ab7fc38b39ac659cf77c102607bd6302e9.zip
19415: fix indicate that short_loops option is applicable to repeat loops too
-rw-r--r--Doc/Zsh/options.yo2
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)