about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-06-01 14:06:53 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-06-01 14:06:53 +0000
commitc9b4a4aa31f2b0bed62fe3088abe8f91664286bd (patch)
treee1e98c70adba3f7db03e8a5ddf437536dea8ba83
parentc8e727f706048e0a364bf88d4b905d3edd3c3a63 (diff)
downloadzsh-c9b4a4aa31f2b0bed62fe3088abe8f91664286bd.tar.gz
zsh-c9b4a4aa31f2b0bed62fe3088abe8f91664286bd.tar.xz
zsh-c9b4a4aa31f2b0bed62fe3088abe8f91664286bd.zip
Add YODL enditem workaround in one other place
-rw-r--r--ChangeLog2
-rw-r--r--Doc/Zsh/builtins.yo2
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).