summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/compsys.yo2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 91c8380b0..23189b3f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* 29756: Doc/Zsh/params.yo: DIRSTACKSIZE is unlimited by default.
+ * 29757: Doc/Zsh/compsys.yo: Remove superfluous brace.
+
2011-09-07 Mikael Magnusson <mikachu@gmail.com>
* 29755: Completion/Unix/Command/_ssh: add -O stop to to _ssh.
@@ -15391,5 +15393,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5461 $
+* $Revision: 1.5462 $
*****************************************************
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: