summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Doc/Zsh/options.yo1
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 28f12031b..e8107e922 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2025-05-14 Daniel Shahaf <d.s@daniel.shahaf.name>
+ * unposted: Doc/Zsh/options.yo, Test/E01options.ztst: Remove
+ a spurious blank link, which affected the rendered output.
+
* users/30257: Test/E01options.ztst: Add a test for an ERR_RETURN
bug fixed in workers/51076. Thanks to James Widman.
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index c3af8dd33..bf62241d8 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -1769,7 +1769,6 @@ pindex(NOERRRETURN)
cindex(function return, on error)
cindex(return from function, on error)
item(tt(ERR_RETURN))(
-
If a command has a non-zero exit status, return immediately from the
enclosing function. Except as explained below, an implicit tt(return)
statement is executed following the same logic described for