summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2018-10-08 10:17:26 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2018-10-08 10:17:26 +0100
commitc4144bc95b26c41e7c45c5185112f87f9145d94f (patch)
tree4d76bee995f79e54c6d2e7573261b2a310af5385
parentf99f7dca7552d21782354f675c0741896c9785f1 (diff)
downloadzsh-c4144bc95b26c41e7c45c5185112f87f9145d94f.tar.gz
zsh-c4144bc95b26c41e7c45c5185112f87f9145d94f.tar.xz
zsh-c4144bc95b26c41e7c45c5185112f87f9145d94f.zip
unposted: doc tweak for helpfiles
-rw-r--r--ChangeLog3
-rw-r--r--Doc/Zsh/builtins.yo3
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ad67dbc23..fa50664fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-10-08  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* unposted: tweak to Doc/Zsh/builtins.yo to put close
+	parenthesis on new line for help files script.
+
 	* Stephane: 43616: Doc/Zsh/builtins.yo, Src/Modules/db_gdbm.c,
 	Src/Modules/parameter.c, Src/builtin.c, Src/hashtable.h,
 	Src/params.c, Src/subst.c, Src/zsh.h, Test/B02typeset.ztst:
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 4039595df..fd29ca3a5 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -2187,7 +2187,8 @@ Note that in zsh (like in pdksh but unlike most other shells) it is
 still possible to create a local variable of the same name as this is
 considered a different variable (though this variable, too, can be marked
 readonly). Special variables that have been made readonly retain their value
-and readonly attribute when made local.)
+and readonly attribute when made local.
+)
 item(tt(-t))(
 Tags the named parameters.  Tags have no special meaning to the shell.
 This flag has a different meaning when used with tt(-f); see above.