about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-15 09:42:18 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-15 09:42:18 +0000
commit5096ed276a3f0f3c71e99124db3da0fe32770c12 (patch)
tree20d80ac7fa69ed4d644174cc1d7a49386eacc007 /Doc
parentc98420666ca530f3d1128f5eba4e4ea87f6d942c (diff)
downloadzsh-5096ed276a3f0f3c71e99124db3da0fe32770c12.tar.gz
zsh-5096ed276a3f0f3c71e99124db3da0fe32770c12.tar.xz
zsh-5096ed276a3f0f3c71e99124db3da0fe32770c12.zip
zsh-workers/9734
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compwid.yo5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo
index d56c5e5d3..9a58dc84c 100644
--- a/Doc/Zsh/compwid.yo
+++ b/Doc/Zsh/compwid.yo
@@ -548,7 +548,7 @@ into the command line.
 item(tt(-M) var(match-spec))(
 This gives local match specifications as described below in
 noderef(Matching Control). This option may be given more than once. In 
-this case all var(match-spec)s given are contaneted with speces
+this case all var(match-spec)s given are concatenated with spaces
 between them to form the specification string to use.
 Note that they will only be used if the tt(-U) option is not given.
 )
@@ -589,6 +589,9 @@ will be taken as the words to use as matches even if they begin with
 hyphens.
 )
 enditem()
+
+Except for the tt(-M) flag, if any of these flags is given more than
+once, the first one (and its argument) will be used.
 )
 findex(compset)
 cindex(completion widgets, modifying special parameters)