diff options
author | Simon Ruderich <rudi_s@users.sourceforge.net> | 2011-09-07 13:43:38 +0000 |
---|---|---|
committer | Simon Ruderich <rudi_s@users.sourceforge.net> | 2011-09-07 13:43:38 +0000 |
commit | b2da9b3afc57d442ff4d0ab4311450220156e4ee (patch) | |
tree | 34b881fb9c93fd71ef9759f289cd3711b9613d03 /Doc/Zsh/compsys.yo | |
parent | d88c4241f982fe45c462e0a7f17fddea57d121f4 (diff) | |
download | zsh-b2da9b3afc57d442ff4d0ab4311450220156e4ee.tar.gz zsh-b2da9b3afc57d442ff4d0ab4311450220156e4ee.tar.xz zsh-b2da9b3afc57d442ff4d0ab4311450220156e4ee.zip |
29757: Doc/Zsh/compsys.yo: Remove superfluous brace.
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 7251c76e9..d3d272c10 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1085,7 +1085,7 @@ Some of these styles are tested first for every possible tag corresponding to a type of match, and if no style was found, for the tt(default) tag. The most notable styles of this type are tt(menu), tt(list-colors) and styles controlling completion listing such as -tt(list-packed) and tt(last-prompt)). When tested for the tt(default) +tt(list-packed) and tt(last-prompt). When tested for the tt(default) tag, only the var(function) field of the context will be set so that a style using the default tag will normally be defined along the lines of: |