diff options
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 0eadbc596..4db79c860 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1160,9 +1160,10 @@ This flag has a different meaning when used with tt(-f); see above. ) item(tt(-x))( Mark for automatic export to the environment of subsequently -executed commands. Currently this implies the option tt(-g), unless tt(+g) -is also explicitly given, in other words the parameter is not made local to -the enclosing function. This is for compatibility with other shells. +executed commands. If the option tt(GLOBAL_EXPORT) is set, this implies +the option tt(-g), unless tt(+g) is also explicitly given; in other words +the parameter is not made local to the enclosing function. This is for +compatibility with previous versions of zsh. ) enditem() ) |