summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/expn.yo4
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d671378e5..dee181cde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2025-08-16 dana <dana@dana.is>
+
+ * 53808: Doc/Zsh/expn.yo: clarify Yn globqual explanation
+
2025-08-07 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 53827: Completion/Debian/Command/_sbuild: fix/update _sbuild
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index ee1faa93d..f38fb1f78 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -3083,7 +3083,9 @@ enables short-circuit mode: the pattern will expand to at most var(n)
filenames. If more than var(n) matches exist, only the first var(n)
matches in directory traversal order will be considered.
-Implies tt(oN) when no tt(o)var(c) qualifier is used.
+Any sorting specified with an tt(o)var(c) or tt(O)var(c) qualifier is
+applied em(after) the var(n) matches are returned; tt(oN) is implied
+otherwise.
)
item(tt(o)var(c))(
specifies how the names of the files should be sorted. The following values