about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2015-06-09 23:35:07 +0200
committerOliver Kiddle <opk@zsh.org>2015-06-09 23:35:15 +0200
commit5ff536f613b174a55770fdbfb86be0f69c95b8e0 (patch)
tree7c376fe4746636ebe97b8234555028e32cd0a431 /Doc
parent40446a9827310f732ed591e8408a8d0443fa0773 (diff)
downloadzsh-5ff536f613b174a55770fdbfb86be0f69c95b8e0.tar.gz
zsh-5ff536f613b174a55770fdbfb86be0f69c95b8e0.tar.xz
zsh-5ff536f613b174a55770fdbfb86be0f69c95b8e0.zip
35418: fix usage synopsis for _describe to be clear that a single
description is used
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo2
1 files changed, 1 insertions, 1 deletions
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.