From dc3fa4b40761a40b506364dc89842efc7892bc70 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 29 Feb 2004 12:09:09 +0000 Subject: unposted: fix typo in compsys.yo --- Doc/Zsh/compsys.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc') 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)'. If the `tt(-n)' is -- cgit 1.4.1