about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2021-06-14 10:03:32 -0700
committerBart Schaefer <schaefer@ipost.com>2021-06-14 10:03:32 -0700
commitd1c91776aaec8e06c2f7ac25488bdf0dbd6a0c5b (patch)
tree01a5c6cd01c8ff307a4edf4012f62d55f5890e24 /NEWS
parent5b4a1626c2efbbc4b46e8995e553ec2c14549904 (diff)
downloadzsh-d1c91776aaec8e06c2f7ac25488bdf0dbd6a0c5b.tar.gz
zsh-d1c91776aaec8e06c2f7ac25488bdf0dbd6a0c5b.tar.xz
zsh-d1c91776aaec8e06c2f7ac25488bdf0dbd6a0c5b.zip
unposted (cf. 49077): Clarify unset example
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c12ec3b0e..aac10eddb 100644
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@ first expands $key as usual for a double-quoted string, and then interprets
 that result as the exact hash element to unset.  This differs from previous
 versions of the shell, which would also remove a leading backslash for an
 unusual subset of characters in the expansion of $key.  Note this also
-means, for example, that
+means, for example, that now
   unset 'hash[ab]cd]'
 unsets the element with key "ab]cd" rather than silently doing nothing.