1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-22 20:31:03 +02:00

unposted: Typo fix

This commit is contained in:
Daniel Shahaf 2015-06-02 10:08:12 +00:00
parent 099e717c15
commit 9dc173efc3
2 changed files with 5 additions and 1 deletions

View file

@ -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,

View file

@ -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($#*).