diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2011-12-09 15:54:17 +0000 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2011-12-09 15:54:17 +0000 |
commit | 9d83e165fc1d32abebb04388f46785b14017f837 (patch) | |
tree | 2313f2fd7ca9eca2c5753b2bf49b7e9bbfc64dce /Doc | |
parent | 94ef211b9b471c0ed773fd2f73a9f64e18a13b9c (diff) | |
download | zsh-9d83e165fc1d32abebb04388f46785b14017f837.tar.gz zsh-9d83e165fc1d32abebb04388f46785b14017f837.tar.xz zsh-9d83e165fc1d32abebb04388f46785b14017f837.zip |
unposted: remove duplicated 'the' in compsys.yo.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index e07ac0e9e..54c0d5db8 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -4808,7 +4808,7 @@ Note also that tt(_values) normally adds the character used as the separator between values as an auto-removable suffix (similar to a `tt(/)' after a directory). However, this is not possible for a `tt(->)var(string)' action as the matches for the argument are -generated by the calling function. To get the usual behaviour, the +generated by the calling function. To get the usual behaviour, the calling function can add the separator var(x) as a suffix by passing the options `tt(-qS) var(x)' either directly or indirectly to tt(compadd). |