about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-12-12 10:55:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-12-12 10:55:35 +0000
commitb8108d295f18b45c802114db1fe82cb770a15691 (patch)
treeb37264fc57672c8394e080cbd8b99b6c863c6ed5 /Doc
parent03708e6b9fc89fb019eccf3cc12959ccf2e7886a (diff)
downloadzsh-b8108d295f18b45c802114db1fe82cb770a15691.tar.gz
zsh-b8108d295f18b45c802114db1fe82cb770a15691.tar.xz
zsh-b8108d295f18b45c802114db1fe82cb770a15691.zip
users/11079: 1(2##)
Diffstat (limited to 'Doc')
-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 4095dab2b..c9c67bebb 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1504,7 +1504,8 @@ item(var(x)tt(##))(
 Matches one or more occurrences of the pattern var(x).
 This operator has high precedence; `tt(12##)' is equivalent to `tt(1(2##))',
 rather than `tt((12)##)'.  No more than two active `tt(#)' characters may
-appear together.
+appear together.  (Note the potential clash with glob qualifiers in the
+form `tt(1(2##))' which should therefore be avoided.)
 )
 enditem()
 subsect(ksh-like Glob Operators)