summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/expn.yo6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5161ef6d7..b76d1988e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-07-03 Daniel Shahaf <d.s@daniel.shahaf.name>
+
+ * unposted (cf. users/24972, users/24978): Doc/Zsh/expn.yo:
+ Use an ASCII hyphen/minus rather than a dash.
+
2020-07-03 Peter Stephenson <p.w.stephenson@ntlworld.com>
* users/24971: Doc/Zsh/expn.yo, Src/sort.c, Src/subst.c,
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 79b6037df..41ad967b2 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1107,12 +1107,12 @@ Sort the resulting words in ascending order; if this appears on its
own the sorting is lexical and case-sensitive (unless the locale
renders it case-insensitive). Sorting in ascending order is the
default for other forms of sorting, so this is ignored if combined
-with `tt(a)', `tt(i)', `tt(n)' or `tt(DASH())'.
+with `tt(a)', `tt(i)', `tt(n)' or `tt(-)'.
)
item(tt(O))(
Sort the resulting words in descending order; `tt(O)' without `tt(a)',
-`tt(i)', `tt(n)' or `tt(DASH())' sorts in reverse lexical order. May be
-combined with `tt(a)', `tt(i)', `tt(n)' or tt(DASH()) to reverse the
+`tt(i)', `tt(n)' or `tt(-)' sorts in reverse lexical order. May be
+combined with `tt(a)', `tt(i)', `tt(n)' or `tt(-)' to reverse the
order of sorting.
)
item(tt(P))(