about summary refs log tree commit diff
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
parent0ec69e36e5c4878abe64dacfe36c9b42e0d1c4fc (diff)
downloadzsh-406a6135b0083edc73eaa4a359dabb79d22d3c8c.tar.gz
zsh-406a6135b0083edc73eaa4a359dabb79d22d3c8c.tar.xz
zsh-406a6135b0083edc73eaa4a359dabb79d22d3c8c.zip
fix typo in compsys.yo
-rw-r--r--ChangeLog6
-rw-r--r--Doc/Zsh/compsys.yo2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 635c4028a..927b12541 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 $
 *****************************************************
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