diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-08-05 12:57:00 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-08-05 12:57:00 +0000 |
commit | c6c6c9e05de850f9f770802e0b025e98d41644c8 (patch) | |
tree | a99d5fe5761ebe01710daa9739d36c0ebbfd3243 /Doc/Zsh/compsys.yo | |
parent | ced9b25578d91d1f2eeeeca08a3753ed8e2cebe5 (diff) | |
download | zsh-c6c6c9e05de850f9f770802e0b025e98d41644c8.tar.gz zsh-c6c6c9e05de850f9f770802e0b025e98d41644c8.tar.xz zsh-c6c6c9e05de850f9f770802e0b025e98d41644c8.zip |
17503: fix various typos, spelling mistakes and poor wordings in the docs
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 61c153dca..685690227 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -552,7 +552,7 @@ for names of builtin commands kindex(characters, completion tag) item(tt(characters))( used for commands like tt(stty) when completing characters; also used -when completing character classes after a opening bracket +when completing character classes after an opening bracket ) kindex(colormapids, completion tag) item(tt(colormapids))( @@ -4025,7 +4025,7 @@ function the tt(context) parameter will be set to the name of the value whose argument is to be completed. Note also that tt(_values) normally adds the character used as the -separator between values as a auto-removable suffix so that users don't +separator between values as an auto-removable suffix so that users don't have to type it themselves. But when using a `tt(->)var(string)' action tt(_values) can't do that because the matches for the argument will be generated by the calling function. To get the usual behaviour, the |