about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2000-07-05 21:05:57 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2000-07-05 21:05:57 +0000
commitb0337944b4b85be85c8835a07112e02bcec5e675 (patch)
tree52d1b2d8d9bb745533da7efe7d6151d31188e751 /Doc/Zsh/compsys.yo
parent8ef812d6fb11afdea64771cbb076ebb82b0c0153 (diff)
downloadzsh-b0337944b4b85be85c8835a07112e02bcec5e675.tar.gz
zsh-b0337944b4b85be85c8835a07112e02bcec5e675.tar.xz
zsh-b0337944b4b85be85c8835a07112e02bcec5e675.zip
mention more standard tags in documentation and fix some typos (12177)
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo18
1 files changed, 17 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 71a8351af..2afd1b4fc 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -516,6 +516,10 @@ item(tt(characters))(
 used for commands like tt(stty) when completing characters; also used
 when completing character classes after a opening bracket
 )
+kindex(colormapids, completion tag)
+item(tt(colormapids))(
+for X colormap ids
+)
 kindex(colors, completion tag)
 item(tt(colors))(
 for color names
@@ -525,6 +529,10 @@ item(tt(commands))(
 for names of external commands and names of sub-commands (used by some 
 commands like tt(cvs))
 )
+kindex(contexts, completion tag)
+item(tt(contexts))(
+for contexts used by the zstyle builtin command
+)
 kindex(corrections, completion tag)
 item(tt(corrections))(
 used by the tt(_approximate) and tt(_correct) completers for the possible
@@ -574,6 +582,10 @@ kindex(extensions, completion tag)
 item(tt(extensions))(
 for X server extensions
 )
+kindex(file-descriptors, completion tag)
+item(tt(file-descriptors))(
+for the numbers of open file descriptors
+)
 kindex(files, completion tag)
 item(tt(files))(
 the generic file-matching tag used by completion functions that can
@@ -748,6 +760,10 @@ item(tt(strings))(
 for strings (e.g. the replacement strings for the tt(cd) builtin
 command)
 )
+kindex(styles, completion tag)
+item(tt(styles))(
+for styles used by the zstyle builtin command
+)
 kindex(tags, completion tag)
 item(tt(tags))(
 for tags (e.g. tt(rpm) tags)
@@ -848,7 +864,7 @@ may also be the string `tt(file)' to make the completer add a space
 only to names of existing files.  Finally, the `true' values and
 `tt(file)' may be combined with `tt(subst)' to keep the completer from 
 adding a space when the resulting words were generated by expanding a
-substitution such as `tt($LPAR()...RPAR())' and `tt(${...})'.
+substitution of the form `tt($LPAR()...RPAR())' or `tt(${...})'.
 
 It is also used by the tt(_prefix) completer as a simple boolean value
 to decide if a space should be inserted before the suffix.