about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-16 14:09:13 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-16 14:09:13 +0000
commit77d48c89e05417ef40abc917ec7e2713779f8951 (patch)
tree2aa5a9ab9a37e04fc097c4e3fb39ba9dba3fb7f3
parentbf41ff5c2061e628928c921387da12e29bc95dab (diff)
downloadzsh-77d48c89e05417ef40abc917ec7e2713779f8951.tar.gz
zsh-77d48c89e05417ef40abc917ec7e2713779f8951.tar.xz
zsh-77d48c89e05417ef40abc917ec7e2713779f8951.zip
zsh-workers/9085
-rw-r--r--Doc/Zsh/compsys.yo16
1 files changed, 11 insertions, 5 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 07dca151c..a477daa21 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -278,11 +278,13 @@ the name of an option when completing an argument to that option.
 
 The completion system represents contexts as hierarchical name s
 with components separated by colons. For example, take the context
-`tt(:complete::dvips::-o-1)'.  The tt(:complete) at the
-beginning is the `completer', which 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
+`tt(:completion:complete::dvips::-o-1)'.  The tt(:completion) at the
+beginning just says that this context is used in the completion system 
+and the tt(:complete) after it is the `completer', which 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).  Strictly, the completer is `tt(_complete)', but the
@@ -431,6 +433,10 @@ for cursor names used by X programs
 item(tt(cvs))(
 used only to look up the value of the tt(disable-stat) style
 )
+item(tt(default))(
+used to look up default values for various styles that may also be set 
+for tags that are used when generating matches
+)
 item(tt(descriptions))(
 used when looking up the value of the tt(format) style for
 descriptions