From 5c53fb9500c019d7c0ee553f3daf6c277e6f515a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 16 Apr 2000 19:02:13 +0000 Subject: 10771: new GLOBAL_EXPORT option; successful compilation on OpenBSD --- Doc/Zsh/builtins.yo | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Doc/Zsh/builtins.yo') 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() ) -- cgit 1.4.1