Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: documentation tweaks
- X-seq: zsh-workers 7674
- From: Adam Spiers <adam@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxxx>
- Subject: PATCH: documentation tweaks
- Date: Mon, 6 Sep 1999 19:23:44 +0100
- Mail-followup-to: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author