diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-06-02 10:08:12 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-06-02 10:08:17 +0000 |
commit | 9dc173efc3b4ae1e64d93dc5a60c17203035e66c (patch) | |
tree | fd64cceeb4d64c8c5573a83ecebe282e716acd6b | |
parent | 099e717c1587951458f9b3bd514c655001125f66 (diff) | |
download | zsh-9dc173efc3b4ae1e64d93dc5a60c17203035e66c.tar.gz zsh-9dc173efc3b4ae1e64d93dc5a60c17203035e66c.tar.xz zsh-9dc173efc3b4ae1e64d93dc5a60c17203035e66c.zip |
unposted: Typo fix
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/options.yo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 89c6e85f4..25fdb31ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-06-02 Daniel Shahaf <d.s@daniel.shahaf.name> + + * unposted: Doc/Zsh/options.yo: Typo fix + 2015-06-02 Peter Stephenson <p.stephenson@samsung.com> * 35359 (plus changed error strings in tests): Src/math.c, diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 4dd68c9cb..fa5402426 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -2057,7 +2057,7 @@ of shell parameters and modules). In addition, setting this option limits the effect of parameter substitution with no braces, so that the expression tt($#) is treated as the parameter tt($#) even if followed by a valid parameter name. -When it is unset, zsh allows expresions of the form tt($#)var(name) +When it is unset, zsh allows expressions of the form tt($#)var(name) to refer to the length of tt($)var(name), even for special variables, for example in expressions such as tt($#-) and tt($#*). |