Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: fix typo in Documentation to _describe
- X-seq: zsh-workers 23861
- From: David Riebenbauer <davrieb@xxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: fix typo in Documentation to _describe
- Date: Sun, 30 Sep 2007 03:37:15 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
The second -O should be -o.
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -3924,7 +3924,7 @@ line. In this case tt(_describe) uses the tt(prefix-hidden),
tt(prefix-needed) and tt(verbose) styles to find out if the strings should
be added as completions and if the descriptions should be shown. Without
the `tt(-o)' option, only the tt(verbose) style is used to decide how
-descriptions are shown. If `tt(-O)' is used instead of `tt(-O)', command
+descriptions are shown. If `tt(-O)' is used instead of `tt(-o)', command
options are completed as above but tt(_describe) will not handle the
tt(prefix-needed) style.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author