From 2f76a51352acacc7618f771dfbe2144fed9f4acd Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 4 Jan 2000 09:38:14 +0000 Subject: zsh-workers/9191 --- Doc/Zsh/compsys.yo | 8 ++++++++ Doc/Zsh/compwid.yo | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'Doc') 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))( -- cgit 1.4.1