about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-09-06 15:56:28 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-09-06 15:56:28 +0000
commitcceb4703de6973b51bfc7404f00ac9c026d415aa (patch)
tree69aea0f989b2c3f964052b5ef0f1c1bbd8e2493f
parent27be824ed0b301bf9ba70abcb1d4c572d3574a7c (diff)
downloadzsh-cceb4703de6973b51bfc7404f00ac9c026d415aa.tar.gz
zsh-cceb4703de6973b51bfc7404f00ac9c026d415aa.tar.xz
zsh-cceb4703de6973b51bfc7404f00ac9c026d415aa.zip
No "wordcode".
-rw-r--r--ChangeLog3
-rw-r--r--Doc/Zsh/builtins.yo2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dbd78494..513f7490f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2000-09-06  Bart Schaefer  <schaefer@zsh.org>
 
-	* 12765: Doc/Zsh/contrib.yo: Eliminate use of "wordcode".
+	* 12765,12766: Doc/Zsh/builtins.yo, Doc/Zsh/contrib.yo: Eliminate
+	use of "wordcode".
 
 2000-09-06  Peter Stephenson  <pws@csr.com>
 
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 9ae75bd35..2687273e2 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -1428,7 +1428,7 @@ files compiled into it are listed.  The first line of output shows
 the version of the shell which compiled the file and how the file
 will be used (i.e. by reading it directly or by mapping it into memory).
 With arguments, nothing is output and the return value is set to zero if
-definitions for em(all) var(name)s name files were found in the wordcode
+definitions for em(all) var(name)s name files were found in the compiled
 file, and non-zero if the definition for at least one var(name) was not
 found.