about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-15 15:12:16 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-15 15:12:16 +0000
commit37495a2ff7d1d07be8f945ae00de677b80a73821 (patch)
treee4b71ff3b23116e9dd55146961bf57d8e0b69ee9
parent264d338f945fc6ba20ef2605372996afefa7d9f2 (diff)
downloadzsh-37495a2ff7d1d07be8f945ae00de677b80a73821.tar.gz
zsh-37495a2ff7d1d07be8f945ae00de677b80a73821.tar.xz
zsh-37495a2ff7d1d07be8f945ae00de677b80a73821.zip
zsh-workers/7853
-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 b0476673b..191066f52 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1214,7 +1214,8 @@ parenthesised group, and so on.  These arrays are not otherwise special to
 the shell.  The indices use the same convention as does parameter
 substitution, so that elements of tt($mend) and tt($mbegin) may be used in
 subscripts; the tt(KSH_ARRAYS) option is respected.  Sets of globbing flags
-are not considered parenthesised groups.
+are not considered parenthesised groups; only the first nine active
+parentheses can be referenced.
 
 For example,