From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16022 invoked from network); 29 Apr 2000 22:06:23 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 29 Apr 2000 22:06:23 -0000 Received: (qmail 9808 invoked by alias); 29 Apr 2000 22:05:54 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11019 Received: (qmail 9780 invoked from network); 29 Apr 2000 22:05:49 -0000 Date: Sat, 29 Apr 2000 23:05:46 +0100 From: Adam Spiers To: zsh workers mailing list Subject: PATCH: bug in _description docs Message-ID: <20000429230546.A5416@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh workers mailing list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Home-Page: http://www.new.ox.ac.uk/~adam/ X-OS: RedHat Linux Looks like this one has been there for some time ... Index: Doc/Zsh/compsys.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/compsys.yo,v retrieving revision 1.26 diff -u -r1.26 compsys.yo --- Doc/Zsh/compsys.yo 2000/04/28 13:20:11 1.26 +++ Doc/Zsh/compsys.yo 2000/04/29 22:01:52 @@ -2457,7 +2457,7 @@ In most cases, this function will be used like this: example(local expl -_description expl files file +_description files expl file compadd "$expl[@]" - "$files[@]") ) findex(_message)