From b53f465481920171159d8d471f97be81d2e14fc4 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 3 Jul 2020 22:16:33 +0000 Subject: unposted (cf. users/24972, users/24978): Use an ASCII hyphen/minus rather than a dash. --- Doc/Zsh/expn.yo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Doc') 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))( -- cgit 1.4.1