about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJun T <takimoto-j@kba.biglobe.ne.jp>2014-06-09 16:09:33 +0900
committerPeter Stephenson <pws@zsh.org>2014-06-09 09:45:47 +0100
commit2ba4aa275e548ae9d4406e3bc8008bdfa1ce29eb (patch)
tree0221199ba62ac1cd2fe25f9e88694ea298944430
parent92f62fed0054cc8797cd2f1904c556b80d589cf7 (diff)
downloadzsh-2ba4aa275e548ae9d4406e3bc8008bdfa1ce29eb.tar.gz
zsh-2ba4aa275e548ae9d4406e3bc8008bdfa1ce29eb.tar.xz
zsh-2ba4aa275e548ae9d4406e3bc8008bdfa1ce29eb.zip
32755: move incorrectly placed line in grammar.yo
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/grammar.yo2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index adc98a6a1..46f390f67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-06-09  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* Jun T: 32755: Doc/Zsh/grammar.yo: move line that was in the
+	wrong place.
+
 2014-06-04  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 32711: Test/A07control.ztst: run "continue" test in a new
diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo
index dde67ebcb..932649857 100644
--- a/Doc/Zsh/grammar.yo
+++ b/Doc/Zsh/grammar.yo
@@ -485,6 +485,7 @@ list(Syntax errors in glob qualifiers)
 list(File generation errors where not caught by the option tt(BAD_PATTERN))
 list(All bad patterns used for matching within case statements)
 list(File generation failures where not caused by tt(NO_MATCH) or
+similar options)
 list(All file generation errors where the pattern was used to create a
 multio)
 list(Memory errors where detected by the shell)
@@ -494,7 +495,6 @@ list(Logical errors with variables such as assignment to the wrong type)
 list(Use of invalid variable names)
 list(Errors in variable substitution syntax)
 list(Failure to convert characters in tt($')...tt(') expressions)
-similar options)
 endlist()
 
 If the tt(POSIX_BUILTINS) option is set, more errors associated with