about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-06-29 19:24:31 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-06-29 19:24:31 +0100
commitd01a8a4553520283ab6a011b984b7c2a945627dd (patch)
tree469c1e04773b8b80aecf01b13290eda10c9afce9
parent7708849b2186ce60e80e0dbc9ade89ad7404499e (diff)
downloadzsh-d01a8a4553520283ab6a011b984b7c2a945627dd.tar.gz
zsh-d01a8a4553520283ab6a011b984b7c2a945627dd.tar.xz
zsh-d01a8a4553520283ab6a011b984b7c2a945627dd.zip
unposted: fix formatting typo in options list.
-rw-r--r--ChangeLog2
-rw-r--r--Doc/Zsh/options.yo2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index faa0f777b..9f91bc205 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-06-29  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* unposted: Doc/Zsh/options.yo: fix formatting typo.
+
 	* 35655: Doc/Zsh/options.yo, Src/exec.c, Src/options.c,
 	Src/zsh.h: APPEND_CREATE option gives POSIX compatible behaviour
 	for NO_CLOBBER.
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 833c9755e..abd0f8715 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -1794,7 +1794,7 @@ enditem()
 
 subsect(Shell Emulation)
 startitem()
-pindex(APPEND_CREATE
+pindex(APPEND_CREATE)
 pindex(NO_APPEND_CREATE)
 pindex(APPENDCREATE)
 pindex(NOAPPENDCREATE)