about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-03-23 04:02:54 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-03-23 04:02:54 +0000
commita4881858d8b3f8fcf8e172b5938ce6a8087ee068 (patch)
tree7e2e11285f6b6bcfc7ff543f7b5c6efde4e694c6
parentb397911726151269fcd5652218e86990fbb5b58f (diff)
downloadzsh-a4881858d8b3f8fcf8e172b5938ce6a8087ee068.tar.gz
zsh-a4881858d8b3f8fcf8e172b5938ce6a8087ee068.tar.xz
zsh-a4881858d8b3f8fcf8e172b5938ce6a8087ee068.zip
zsh-workers/10174
-rw-r--r--Doc/Zsh/compsys.yo15
-rw-r--r--Doc/Zsh/compwid.yo3
2 files changed, 7 insertions, 11 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 2a9517ba3..4dea57109 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -292,16 +292,11 @@ of that function.
 )
 item()(
 The var(completer) currently active, i.e. the name of the completer
-function without the leading underscore, followed by a minus sign and a
-number.  The number is 1 on the first call to a completer, 2 on the second
-call to the em(same) completer, etc.; this is used to provide fine control
-of when a completion style is used (see `Standard Styles' in
-ifzman(the section `Completion System Configuration' below)\
-ifnzman(noderef(Completion System Configuration)) 
-for examples).  Such a completer is in overall control of how completion
-is to be performed; `tt(complete)' is the basic one for ordinary
-completion, but completers may perform various related tasks such as
-correction, or modify the behaviour of a later completer (see
+function without the leading underscore. Such a completer is in
+overall control of how completion is to be performed; `tt(complete)'
+is the basic one for ordinary completion, but completers may perform
+various related tasks such as correction, or modify the behaviour of a
+later completer (see
 ifzman(the section `Control Functions' below)\
 ifnzman(noderef(Control Functions)) 
 for more information).  
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo
index 219f1ff0e..f535b14dd 100644
--- a/Doc/Zsh/compwid.yo
+++ b/Doc/Zsh/compwid.yo
@@ -450,7 +450,8 @@ item(tt(-J) var(name))(
 Gives the name of the group of matches the words should be stored in.
 )
 item(tt(-V) var(name))(
-Like tt(-J) but naming a unsorted group.
+Like tt(-J) but naming a unsorted group. These are in a different name 
+space than groups created with the tt(-J) flag.
 )
 item(tt(-1))(
 If given together with the tt(-V) option, makes