about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2004-02-29 12:09:09 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2004-02-29 12:09:09 +0000
commitdc3fa4b40761a40b506364dc89842efc7892bc70 (patch)
treeadc9a9971f3ea1ee4c9f015cabd689414ecabaf1
parent0f17025f1bef7804218d30a181ade8856176a0b8 (diff)
downloadzsh-dc3fa4b40761a40b506364dc89842efc7892bc70.tar.gz
zsh-dc3fa4b40761a40b506364dc89842efc7892bc70.tar.xz
zsh-dc3fa4b40761a40b506364dc89842efc7892bc70.zip
unposted: fix typo in compsys.yo
-rw-r--r--ChangeLog2
-rw-r--r--Doc/Zsh/compsys.yo2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a3cca2227..f744eb521 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-02-29  Doug Kearns  <djkea2@mugca.its.monash.edu.au>
 
+	* unposted: Doc/Zsh/compsys.yo: fix typo
+
 	* 19498: Completion/Unix/Command/_antiword: update for version 0.35
 
 2004-02-28  Doug Kearns  <djkea2@mugca.its.monash.edu.au>
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 9322f61c3..2bf83f0b0 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -3832,7 +3832,7 @@ As an example, consider a command taking the options tt(-n) and
 tt(-none), where tt(-n) must be followed by a numeric value in the
 same word.  By using:
 
-example(_argument '-n-: :_guard "[0-9]#" "numeric value"' '-none')
+example(_arguments '-n-: :_guard "[0-9]#" "numeric value"' '-none')
 
 tt(_arguments) can be made to both display the message `tt(numeric
 value)' and complete options after `tt(-n<TAB>)'.  If the `tt(-n)' is