about summary refs log tree commit diff
diff options
context:
space:
mode:
-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.