diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-09 13:06:47 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-09 13:06:47 +0000 |
commit | 62b586bf9ffc142a5fb2a55707d14d9d02242947 (patch) | |
tree | c3909f1e0defe160e8c9eb00f2386159cf60b915 /Doc/Zsh | |
parent | 367148fdbe48464ddfd7114a21c0e4c7840c4dfe (diff) | |
download | zsh-62b586bf9ffc142a5fb2a55707d14d9d02242947.tar.gz zsh-62b586bf9ffc142a5fb2a55707d14d9d02242947.tar.xz zsh-62b586bf9ffc142a5fb2a55707d14d9d02242947.zip |
24806: more assoc subscript completion + typos
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/params.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 9fd21ab5d..dedde051f 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -344,8 +344,8 @@ The same rule applies to parentheses (`tt(LPAR())' and `tt(RPAR())') and braces (`tt({)' and `tt(})'): they must appear either in balanced pairs or preceded by a backslash, and backslashes that protect parentheses or braces are removed during parsing. This is because parameter expansions -may be surrounded balanced braces, and subscript flags are introduced by -balanced parenthesis. +may be surrounded by balanced braces, and subscript flags are introduced by +balanced parentheses. The second difference is that a double-quote (`tt(")') may appear as part of a subscript expression without being preceded by a backslash, and |