1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00

fix typo in compsys.yo

This commit is contained in:
Andrey Borzenkov 2010-02-17 06:16:20 +00:00
parent 0ec69e36e5
commit 406a6135b0
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2010-12-17 Andrey Borzenkov <bor@zsh.org>
* unposted: Doc/Zsh/compsys.yo: typo fix
2010-12-16 Andrey Borzenkov <bor@zsh.org>
* 27715: Completion/Unix/Command/_stgit: fixes for new
@ -12765,5 +12769,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4903 $
* $Revision: 1.4904 $
*****************************************************

View file

@ -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