mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-15 20:51:27 +01:00
Missing () in a tt().
This commit is contained in:
parent
9e61d4ba48
commit
3f9633e006
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2000-05-21 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* unposted: Doc/Zsh/options.yo: Missing () in a tt().
|
||||
|
||||
* 11483: Doc/Zsh/func.yo: Fix formatting and other small errors
|
||||
introduced in 11352.
|
||||
|
||||
|
|
|
|||
|
|
@ -389,7 +389,7 @@ Perform filename generation (globbing).
|
|||
)
|
||||
pindex(GLOBAL_EXPORT)
|
||||
cindex(environment, and local parameters)
|
||||
item(tt(GLOBAL_EXPORT) (tt<Z>))(
|
||||
item(tt(GLOBAL_EXPORT) (tt(<Z>)))(
|
||||
If this option is set, passing the tt(-x) flag to the builtins tt(declare),
|
||||
tt(float), tt(integer), tt(readonly) and tt(typeset) (but not tt(local))
|
||||
will also set the tt(-g) flag; hence parameters exported to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue