about summary refs log tree commit diff
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
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.
-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))(