about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-30 15:26:14 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-30 15:26:14 +0000
commit2a47366459bf5a52d701c241a04d4e83f6a56260 (patch)
tree2608b190a9e061d6aa878c950be37a7c00a22ccf
parentb600e4733cff02e6ac7662ec97987dcd757838ac (diff)
downloadzsh-2a47366459bf5a52d701c241a04d4e83f6a56260.tar.gz
zsh-2a47366459bf5a52d701c241a04d4e83f6a56260.tar.xz
zsh-2a47366459bf5a52d701c241a04d4e83f6a56260.zip
zsh-workers/7551
-rw-r--r--Doc/Zsh/expn.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index cafd1feaa..3a56bb7ac 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -452,7 +452,7 @@ item(tt(${)var(name)tt(^^)var(pattern)tt(^)var(then)tt(^)var(else)tt(}))(
 If the expansion of var(name) matches the var(pattern), the var(then)
 string is substituted, otherwise the var(else) string is
 substituted. In the second form the var(pattern) is taken to be
-negated (even if the tt(EXTENDED_GLOB) option is not set. The
+negated (even if the tt(EXTENDED_GLOB) option is not set). The
 var(else) string with the preceding `tt(^)' may be omitted in which
 case the expansion behaves as if var(name) were unset (or, if
 var(name) is an array, as if the element compared did not exist). In