From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8020 invoked from network); 3 Mar 1999 10:59:00 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Mar 1999 10:59:00 -0000 Received: (qmail 5984 invoked by alias); 3 Mar 1999 10:58:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5621 Received: (qmail 5977 invoked from network); 3 Mar 1999 10:58:34 -0000 Date: Wed, 3 Mar 1999 11:15:12 +0100 (MET) Message-Id: <199903031015.LAA20977@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: PATCH: manual, part II, was Re: Reading completion manual Argh. I forgot to change the uses of `NMATCHES' and `MATCHER' Andrej mentioned. This is a bit silly, though. I think, at least the non-modifying conditions will disappear (and the modifying ones will be replaced), so their use is deprecated. Bye Sven diff -u od/Zsh/compwid.yo Doc/Zsh/compwid.yo --- od/Zsh/compwid.yo Wed Mar 3 10:55:46 1999 +++ Doc/Zsh/compwid.yo Wed Mar 3 11:12:41 1999 @@ -499,10 +499,10 @@ like tt(-between) but using pattern matching ) item(tt(-nmatches) var(number))( -true if the the value of tt(NMATCHES) is equal to var(number) +true if the the value of tt(compstate[nmatches]) is equal to var(number) ) item(tt(-matcher) var(number))( -true if the value of tt(MATCHER) is equal to var(number) +true if the value of tt(compstate[matcher]) is equal to var(number) ) enditem() -- Sven Wischnowsky wischnow@informatik.hu-berlin.de