summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/grammar.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b97244f68..45db78834 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-10-25 Axel Beckert <abe@deuxchevaux.org.org>
+
+ * 50840: Doc/Zsh/grammar.yo: Correct NO_MATCH to NOMATCH.
+
2022-10-23 Bart Schaefer <schaefer@zsh.org>
* users/28243: Doc/Zsh/builtins.yo: update "typeset +" doc
diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo
index f8f4ada86..9af211090 100644
--- a/Doc/Zsh/grammar.yo
+++ b/Doc/Zsh/grammar.yo
@@ -536,7 +536,7 @@ itemiz(Errors creating command or process substitutions)
itemiz(Syntax errors in glob qualifiers)
itemiz(File generation errors where not caught by the option tt(BAD_PATTERN))
itemiz(All bad patterns used for matching within case statements)
-itemiz(File generation failures where not caused by tt(NO_MATCH) or
+itemiz(File generation failures where not caused by tt(NOMATCH) or
similar options)
itemiz(All file generation errors where the pattern was used to create a
multio)