From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2498 invoked from network); 6 Sep 1999 18:23:57 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Sep 1999 18:23:57 -0000 Received: (qmail 7616 invoked by alias); 6 Sep 1999 18:23:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7674 Received: (qmail 7607 invoked from network); 6 Sep 1999 18:23:46 -0000 Date: Mon, 6 Sep 1999 19:23:44 +0100 From: Adam Spiers To: zsh workers mailing list Subject: PATCH: documentation tweaks Message-ID: <19990906192344.A1766@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 0.95.4i diff -urN -x *~ zsh-3.1.6-4/Doc/Zsh/compsys.yo zsh-3.1.6-adam/Doc/Zsh/compsys.yo --- zsh-3.1.6-4/Doc/Zsh/compsys.yo Mon Sep 6 13:15:29 1999 +++ zsh-3.1.6-adam/Doc/Zsh/compsys.yo Mon Sep 6 14:14:31 1999 @@ -959,7 +959,7 @@ (which needs to be preceded by a backslash) and a description. The matches will be listed together with their descriptions. -A var(action) of the form `tt(->)var(string)' is used by functions +An var(action) of the form `tt(->)var(string)' is used by functions that implement a state machine. In this case, the `var(string)' (with all leading and trailing spaces and tabs removed) will be stored in the global parameter tt(state) and the function returns with a return diff -urN -x *~ zsh-3.1.6-4/Etc/completion-style-guide zsh-3.1.6-adam/Etc/completion-style-guide --- zsh-3.1.6-4/Etc/completion-style-guide Mon Sep 6 13:15:29 1999 +++ zsh-3.1.6-adam/Etc/completion-style-guide Mon Sep 6 13:25:57 1999 @@ -70,7 +70,7 @@ fi Finally, it is good style to display descriptions for options that - aren't self-explanatory. See the `_display' function and it's use + aren't self-explanatory. See the `_display' function and its use in `_arguments'. All this should make it look like a really good idea to just use the