about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-24 09:38:23 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-24 09:38:23 +0000
commitc35ee6b885a5230921bbf4fb128f4cc838c1219c (patch)
tree0ef7b9968f7c5b98b74096c7d682073da9c60a61 /Doc
parent4e1f3406ab7a5c751495a5a783b3ded00b92178c (diff)
downloadzsh-c35ee6b885a5230921bbf4fb128f4cc838c1219c.tar.gz
zsh-c35ee6b885a5230921bbf4fb128f4cc838c1219c.tar.xz
zsh-c35ee6b885a5230921bbf4fb128f4cc838c1219c.zip
zsh-workers/9415
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_complist.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo
index f1804ffc3..9e1a13afe 100644
--- a/Doc/Zsh/mod_complist.yo
+++ b/Doc/Zsh/mod_complist.yo
@@ -100,7 +100,7 @@ character and `tt(0)' for the rest.
 All three forms of var(name) may be preceded by a pattern in
 parentheses. If such a pattern is given, the var(value) will be used
 only for matches in groups whose names are matched by the pattern
-given in the parentheses. E.g. `tt((g*)~m*=43)' says to highlight all
+given in the parentheses. E.g. `tt((g*)m*=43)' says to highlight all
 matches beginning with `tt(m)' in groups whose names  begin with
 `tt(g)' using the color code `tt(43)'. In case of the `tt(lc)',
 `tt(rc)', and `tt(ec)' codes, the group pattern is ignored.