about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-07-03 22:16:33 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-07-03 22:17:59 +0000
commitb53f465481920171159d8d471f97be81d2e14fc4 (patch)
tree78932e7b8bd502c93f26143433a9d2c43b7b0f15 /Doc
parent4e0058afc5ea040a788d70edbfa43593295816d1 (diff)
downloadzsh-b53f465481920171159d8d471f97be81d2e14fc4.tar.gz
zsh-b53f465481920171159d8d471f97be81d2e14fc4.tar.xz
zsh-b53f465481920171159d8d471f97be81d2e14fc4.zip
unposted (cf. users/24972, users/24978): Use an ASCII hyphen/minus rather than a dash.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo6
1 files changed, 3 insertions, 3 deletions
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))(