about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-03 16:46:56 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-03 16:46:56 +0000
commit17f0c30d462386010284b2da03f0f108ca7d5114 (patch)
tree9db58aceda357b10d2af1b8cce53152fadb17d75 /Doc
parent208ddbc3e8ee7f937171927869a17bd4ef882ff1 (diff)
downloadzsh-17f0c30d462386010284b2da03f0f108ca7d5114.tar.gz
zsh-17f0c30d462386010284b2da03f0f108ca7d5114.tar.xz
zsh-17f0c30d462386010284b2da03f0f108ca7d5114.zip
manual/8876
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo18
1 files changed, 14 insertions, 4 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index cddf9a976..5725b085b 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -523,10 +523,6 @@ some of these tags are not really used when generating mathes but
 instead are only used by some completion functions when looking up
 styles.
 
-em(NOTE: There are far too many of them -- we have to find ways to reduce
-the number. Please tell us if you think that you have identified a tag 
-that should be replaced by one of the more generic ones.)
-
 startitem()
 item(tt(accounts))(
 used to look up the tt(users-hosts) style
@@ -534,6 +530,10 @@ used to look up the tt(users-hosts) style
 item(tt(all-files))(
 for the names of all files
 )
+item(tt(all-expansions))(
+used by the tt(_expand) completer when adding the string containing
+all expansions
+)
 item(tt(arguments))(
 when an argument of a command may be completed
 )
@@ -561,6 +561,9 @@ item(tt(commands))(
 for names of external commands and names of sub-commands (used by some 
 commands like tt(cvs))
 )
+item(tt(corrections))(
+used by the tt(_approximate) completer for the possible corrections
+)
 item(tt(cursors))(
 for cursor names used by X programs
 )
@@ -583,6 +586,9 @@ for entries in the directory stack
 item(tt(displays))(
 for X display names
 )
+item(tt(expansions))(
+used by the tt(_expand) completer for possible expansions
+)
 item(tt(extensions))(
 for X server extensions
 )
@@ -662,6 +668,10 @@ for nicknames of YP maps
 item(tt(options))(
 for command options
 )
+item(tt(original))(
+used by the tt(_approximate) and tt(_expand) completers when adding
+the original string
+)
 item(tt(other-accounts))(
 used to look up the tt(users-hosts) style
 )