about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-06 18:29:18 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-06 18:29:18 +0000
commit3a6569ffecf508b2bbfdcd9ddf4f255345b1407a (patch)
treeb9835eada5948ad23eeb51e79613ec34bce7d23b
parentbceeb77f5701fa47b362e9b41c3afea55de856e2 (diff)
downloadzsh-3a6569ffecf508b2bbfdcd9ddf4f255345b1407a.tar.gz
zsh-3a6569ffecf508b2bbfdcd9ddf4f255345b1407a.tar.xz
zsh-3a6569ffecf508b2bbfdcd9ddf4f255345b1407a.zip
manual/7674
-rw-r--r--Doc/Zsh/compsys.yo2
-rw-r--r--Etc/completion-style-guide2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 492128bfb..d7c8be4a1 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -959,7 +959,7 @@ strings consisting of the string to complete followed by a colon
 (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 --git a/Etc/completion-style-guide b/Etc/completion-style-guide
index 8e8caf104..949ae1a9f 100644
--- a/Etc/completion-style-guide
+++ b/Etc/completion-style-guide
@@ -70,7 +70,7 @@ For now this is just a list of things one should or shouldn't do.
       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