about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-01-28 09:07:25 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2015-01-28 09:07:25 -0800
commit22ad56296d9f2c2f57c1e6d38ad3f4b94afc9a41 (patch)
treef254d3e998ae1c2e7d0840fc64792ce2072ed96b /ChangeLog
parent6558ab611b931cc9f2fbb94ddd3d4e0dbf869b3a (diff)
downloadzsh-22ad56296d9f2c2f57c1e6d38ad3f4b94afc9a41.tar.gz
zsh-22ad56296d9f2c2f57c1e6d38ad3f4b94afc9a41.tar.xz
zsh-22ad56296d9f2c2f57c1e6d38ad3f4b94afc9a41.zip
unposted: fix other typeset doc errors
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69e25179f..1fe592b07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-01-28  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* unposted: Doc/Zsh/builtins.yo: fix other typeset doc errors
+	
 	* 34421: Doc/Zsh/builtins.yo: clean up typeset documentation
 
 2015-01-28  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>