summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/params.yo2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b97bb269a..523d0698a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2026-04-09 Mikael Magnusson <mikachu@gmail.com>
+
+ * unposted: Doc/Zsh/params.yo: missing space in list of cmdsubst
+ constructs
+
2026-04-08 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 54295: Doc/Zsh/arith.yo: document that floating point
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index dcd37aa6e..ecedc3862 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -1083,7 +1083,7 @@ the shell.
)
item(tt(cmdsubst))(
Command substitution using of the tt(`)var(...)tt(`),
-tt($+LPAR())var(...)tt(RPAR()),tt(${{)var(name)tt(}) var(...)tt(}),
+tt($+LPAR())var(...)tt(RPAR()), tt(${{)var(name)tt(}) var(...)tt(}),
tt(${|)var(...)tt(}), or tt(${ )var(...)tt( }) constructs.
)
item(tt(equalsubst))(