summaryrefslogtreecommitdiff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2010-02-17 06:16:20 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2010-02-17 06:16:20 +0000
commit406a6135b0083edc73eaa4a359dabb79d22d3c8c (patch)
treecd5203f08dd5e6ca094479c1b7dff8ad92d79ee7 /Doc/Zsh/compsys.yo
parent0ec69e36e5c4878abe64dacfe36c9b42e0d1c4fc (diff)
downloadzsh-406a6135b0083edc73eaa4a359dabb79d22d3c8c.tar.gz
zsh-406a6135b0083edc73eaa4a359dabb79d22d3c8c.zip
fix typo in compsys.yo
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index a437a705c..034540d3e 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -203,7 +203,7 @@ currently named in tt(fpath), set tt(_compdir) to an empty string before
calling tt(compaudit) or tt(compinit).
findex(bashcompinit)
-The function tt(bashcompinit) compatibility with bash's programmable
+The function tt(bashcompinit) provides compatibility with bash's programmable
completion system. When run it will define the functions, tt(compgen) and
tt(complete) which correspond to the bash builtins with the same names.
It will then be possible to use completion specifications and functions