about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSimon Ruderich <rudi_s@users.sourceforge.net>2011-09-07 13:43:38 +0000
committerSimon Ruderich <rudi_s@users.sourceforge.net>2011-09-07 13:43:38 +0000
commitb2da9b3afc57d442ff4d0ab4311450220156e4ee (patch)
tree34b881fb9c93fd71ef9759f289cd3711b9613d03
parentd88c4241f982fe45c462e0a7f17fddea57d121f4 (diff)
downloadzsh-b2da9b3afc57d442ff4d0ab4311450220156e4ee.tar.gz
zsh-b2da9b3afc57d442ff4d0ab4311450220156e4ee.tar.xz
zsh-b2da9b3afc57d442ff4d0ab4311450220156e4ee.zip
29757: Doc/Zsh/compsys.yo: Remove superfluous brace.
-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: