diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Doc/Zsh/builtins.yo | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 5f1a5918b..64b3a0f8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-06-01 Peter Stephenson <pws@csr.com> + * 14651: Doc/Zsh/builtins.yo: add fix for 14597 in one other place. + * 14646: LICENCE, Etc/FEATURES, Etc/MACHINES: `final' tweaks for 4.0.1. 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). |