From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 621 invoked from network); 30 Sep 2007 01:37:52 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Sep 2007 01:37:52 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 37425 invoked from network); 30 Sep 2007 01:37:46 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Sep 2007 01:37:46 -0000 Received: (qmail 4163 invoked by alias); 30 Sep 2007 01:37:41 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23861 Received: (qmail 4140 invoked from network); 30 Sep 2007 01:37:40 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 Sep 2007 01:37:40 -0000 Received: (qmail 37115 invoked from network); 30 Sep 2007 01:37:40 -0000 Received: from mx20.lb01.inode.at (HELO mx.inode.at) (62.99.145.22) by a.mx.sunsite.dk with SMTP; 30 Sep 2007 01:37:33 -0000 Received: from [85.126.203.95] (port=11367 helo=androgyn-mid.liegesta.at) by smartmx-20.inode.at with esmtp (Exim 4.50) id 1IbnkR-000516-Km for zsh-workers@sunsite.dk; Sun, 30 Sep 2007 03:37:31 +0200 Received: by androgyn-mid.liegesta.at (Postfix, from userid 1000) id A45375FA5E; Sun, 30 Sep 2007 03:37:15 +0200 (CEST) Date: Sun, 30 Sep 2007 03:37:15 +0200 From: David Riebenbauer To: zsh-workers@sunsite.dk Subject: PATCH: fix typo in Documentation to _describe Message-ID: <20070930013714.GA20141@androgyn-mid.liegesta.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: de en X-Editor: Vim http://www.vim.org/ User-Agent: Mutt/1.5.16 (2007-06-11) 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.