diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-06-01 14:06:53 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-06-01 14:06:53 +0000 |
commit | c9b4a4aa31f2b0bed62fe3088abe8f91664286bd (patch) | |
tree | e1e98c70adba3f7db03e8a5ddf437536dea8ba83 /Doc/Zsh | |
parent | c8e727f706048e0a364bf88d4b905d3edd3c3a63 (diff) | |
download | zsh-c9b4a4aa31f2b0bed62fe3088abe8f91664286bd.tar.gz zsh-c9b4a4aa31f2b0bed62fe3088abe8f91664286bd.tar.xz zsh-c9b4a4aa31f2b0bed62fe3088abe8f91664286bd.zip |
Add YODL enditem workaround in one other place
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/builtins.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 4458368cd..f51ebd544 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1472,7 +1472,7 @@ read, while if the tt(-k) is given, the function will be loaded as if tt(KSH_AUTOLOAD) em(is) set. If neither of these options is given, the function will be loaded as determined by the setting of the tt(KSH_AUTOLOAD) option at the time the compiled file is read. - +ifzman( ) These options may also appear as many times as necessary between the listed var(name)s to specify the loading style of all following functions, up to the next tt(-k) or tt(-z). |