From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10567 invoked from network); 23 Nov 1999 16:40:53 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Nov 1999 16:40:53 -0000 Received: (qmail 2034 invoked by alias); 23 Nov 1999 16:40:45 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8756 Received: (qmail 2025 invoked from network); 23 Nov 1999 16:40:44 -0000 Date: Tue, 23 Nov 1999 16:40:40 +0000 From: Adam Spiers To: zsh workers mailing list Subject: PATCH: compsys.yo typo Message-ID: <19991123164040.A6064@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh workers mailing list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i X-URL: http://www.new.ox.ac.uk/~adam/ X-OS: Linux 2.2.12 i686 Index: Doc/Zsh/compsys.yo =================================================================== RCS file: /projects/zsh/zsh/Doc/Zsh/compsys.yo,v retrieving revision 1.1.1.82 diff -u -r1.1.1.82 compsys.yo --- Doc/Zsh/compsys.yo 1999/11/23 11:48:10 1.1.1.82 +++ Doc/Zsh/compsys.yo 1999/11/23 16:39:41 @@ -322,7 +322,7 @@ matches, and often it can generate multiple types of matches. Whenever a completion function is about to generate such matches it first calls a utility function, telling it what types of matches can be -generated. These types are represented as simple names calld +generated. These types are represented as simple names called `tags'. This utility function in turn calls another function (tt(_sort_tags)) and gives the list of tags to it as arguments. The function tt(_sort_tags) can then say in which order the