1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-20 06:56:05 +02:00

35418: fix usage synopsis for _describe to be clear that a single

description is used
This commit is contained in:
Oliver Kiddle 2015-06-09 23:35:07 +02:00
parent 40446a9827
commit 5ff536f613
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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.