diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-07-24 13:16:08 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-07-24 13:16:08 +0000 |
commit | c17b40b6a0ac9d8168c52fe7e1ac47a6cd29894d (patch) | |
tree | 8b29846860c52610b4a925ae8d2306680582b3b7 /Doc/Zsh/builtins.yo | |
parent | a37d1d749d6f814b81fb51aac7c304e277fd63bd (diff) | |
download | zsh-c17b40b6a0ac9d8168c52fe7e1ac47a6cd29894d.tar.gz zsh-c17b40b6a0ac9d8168c52fe7e1ac47a6cd29894d.tar.xz zsh-c17b40b6a0ac9d8168c52fe7e1ac47a6cd29894d.zip |
Fix errors introduced by 15354.
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index cd79b7cfe..1c33326eb 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -130,8 +130,7 @@ 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), even if that -builtin has been disabled (see tt(disable)). +Executes the builtin var(name), with the given var(args). ) alias(bye)(exit) module(cap)(zsh/cap) |