diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Doc/Zsh/params.yo | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 15e331c90..74bc2cbd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2017-09-13 Peter Stephenson <p.w.stephenson@ntlworld.com> + * unposted: typo in proceeding Doc noticed by Oliver. + * 41698: Doc/Zsh/params.yo, Src/builtin.c, Src/exec.c, Src/params.c, Src/zsh.h, Test/B02typeset.ztst, Test/D04parameter.ztst: add ([key]=val) assignment syntax. diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 31266a7d0..33e9fd69a 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -101,7 +101,7 @@ which a value is assigned will be assigned an empty string. The indices may be in any order. Note that this syntax is strict: tt([) and tt(]=) must not be quoted, while var(key) may not consist of the unquoted string tt(]=), but is otherwise treated as a simple string. Furthermore, all -elements must match this form or an error is genereted; likewise, if the +elements must match this form or an error is generated; likewise, if the first entry does not match this form any later entry that does is taken as a simple value rather than a key / value pair. The enhanced forms of subscript expression that may be used when directly subscripting a |