diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 1ec1b05ef..8228ff4aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-06-08 Oliver Kiddle <opk@zsh.org> + + * 35418: Doc/Zsh/compsys.yo: fix usage synopsis for _describe + to be clear that a single description is used + 2015-06-08 Peter Stephenson <p.stephenson@samsung.com> * 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. |