From 5ff536f613b174a55770fdbfb86be0f69c95b8e0 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 9 Jun 2015 23:35:07 +0200 Subject: 35418: fix usage synopsis for _describe to be clear that a single description is used --- ChangeLog | 5 +++++ Doc/Zsh/compsys.yo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1ec1b05ef..8228ff4aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-06-08 Oliver Kiddle + + * 35418: Doc/Zsh/compsys.yo: fix usage synopsis for _describe + to be clear that a single description is used + 2015-06-08 Peter Stephenson * 35416: Src/options.c: Turn on MULTIBYTE in all diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index a081ea32c..af906bf29 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -4158,7 +4158,7 @@ the functions for the fields if they are called. findex(_describe) redef(SPACES)(0)(tt(ifztexi(NOTRANS(@ @ @ @ @ @ @ @ @ @ ))ifnztexi( ))) xitem(tt(_describe )[tt(-12JVx)] [ tt(-oO) | tt(-t) var(tag) ] var(descr) var(name1) [ var(name2) ] [ var(opt) ... ]) -item(SPACES()[ tt(-)tt(-) var(descr) var(name1) [ var(name2) ] [ var(opt) ... ] ... ])( +item(SPACES()[ tt(-)tt(-) var(name1) [ var(name2) ] [ var(opt) ... ] ... ])( This function associates completions with descriptions. Multiple groups separated by tt(-)tt(-) can be supplied, potentially with different completion options var(opt)s. -- cgit 1.4.1