summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/builtins.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cf8b0c7e1..affd39e66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-11-11  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* Martijn: 42004: Doc/Zsh/builtins.yo: fix parentheses.
+
 2017-11-04  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* unposted: Completion/Linux/Command/_sshfs: Make the -o option
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index ea3f3a394..6c7ec4b28 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -1987,7 +1987,7 @@ and options.  Note that the tt(-H) flag on parameters is respected; no
 value will be shown for these parameters.
 
 tt(-p) may be followed by an optional integer argument.  Currently
-only the value tt(1)) is supported.  In this case arrays and associative
+only the value tt(1) is supported.  In this case arrays and associative
 arrays are printed with newlines between indented elements for
 readability.
 )