about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-04 09:38:14 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-04 09:38:14 +0000
commit2f76a51352acacc7618f771dfbe2144fed9f4acd (patch)
tree56763dbdc0abd35b669200673692bd03a84bac2f /Doc
parent3259e583b0d8505c099ab76ca7cec264511c45e8 (diff)
downloadzsh-2f76a51352acacc7618f771dfbe2144fed9f4acd.tar.gz
zsh-2f76a51352acacc7618f771dfbe2144fed9f4acd.tar.xz
zsh-2f76a51352acacc7618f771dfbe2144fed9f4acd.zip
zsh-workers/9191
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo8
-rw-r--r--Doc/Zsh/compwid.yo4
2 files changed, 11 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index e7615d74b..329a07d88 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -939,6 +939,14 @@ hostname, the path to the default web pages for the server and the
 directory name used by a user placing web pages within their home
 area.
 )
+item(tt(matcher))(
+This style is tested for tags used when generating matches. Its value
+is used as an additional match specification to use when adding the
+matches as described in
+ifzman(the section `Matching Control' in zmanref(zshcompwid))\
+ifnzman(noderef(Matching Control))\
+.
+)
 item(tt(max-errors))(
 This is used by the tt(_approximate) and tt(_correct) completer functions
 to determine the maximum number of errors to accept. The completer will try
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo
index 4e31c743e..b9abf4126 100644
--- a/Doc/Zsh/compwid.yo
+++ b/Doc/Zsh/compwid.yo
@@ -562,7 +562,9 @@ into the command line.
 )
 item(tt(-M) var(match-spec))(
 This gives local match specifications as described below in
-noderef(Matching Control).
+noderef(Matching Control). This option may be given more than once. In 
+this case all var(match-spec)s given are contaneted with speces
+between them to form the specification string to use.
 Note that they will only be used if the tt(-U) option is not given.
 )
 item(tt(-n))(