diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/builtins.yo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 9bc83a380..9bc5b0a81 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1400,10 +1400,10 @@ of things implemented by modules. enditem() In a shell without dynamic loading only the tt(-e) option is -supported. In such a shell the return status of tt(zmodload) without -arguments or options is one whereas in a shell with dynamic loading -the return status without arguments or options is always zero. This -can be used to test if the shell supports dynamic loading of modules -or not. +supported and the tt(-i) option is ignored. In such a shell the return +status of tt(zmodload) without arguments or options is one whereas in +a shell with dynamic loading the return status without arguments or +options is always zero. This can be used to test if the shell supports +dynamic loading of modules or not. ) enditem() |