1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

unposted (cf. users/24972, users/24978): Use an ASCII hyphen/minus rather than a dash.

This commit is contained in:
Daniel Shahaf 2020-07-03 22:16:33 +00:00
parent 4e0058afc5
commit b53f465481
2 changed files with 8 additions and 3 deletions

View file

@ -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,

View file

@ -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))(