Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: compsys.yo typo
- X-seq: zsh-workers 8756
- From: Adam Spiers <adam@xxxxxxxxxx>
- To: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Subject: PATCH: compsys.yo typo
- Date: Tue, 23 Nov 1999 16:40:40 +0000
- Mail-followup-to: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author