diff options
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 1c33326eb..cd79b7cfe 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -130,7 +130,8 @@ is specified, then break var(n) levels instead of just one. ) findex(builtin) item(tt(builtin) var(name) [ var(args) ... ])( -Executes the builtin var(name), with the given var(args). +Executes the builtin var(name), with the given var(args), even if that +builtin has been disabled (see tt(disable)). ) alias(bye)(exit) module(cap)(zsh/cap) |