diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-09-06 15:56:28 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-09-06 15:56:28 +0000 |
commit | cceb4703de6973b51bfc7404f00ac9c026d415aa (patch) | |
tree | 69aea0f989b2c3f964052b5ef0f1c1bbd8e2493f /Doc/Zsh/builtins.yo | |
parent | 27be824ed0b301bf9ba70abcb1d4c572d3574a7c (diff) | |
download | zsh-cceb4703de6973b51bfc7404f00ac9c026d415aa.tar.gz zsh-cceb4703de6973b51bfc7404f00ac9c026d415aa.tar.xz zsh-cceb4703de6973b51bfc7404f00ac9c026d415aa.zip |
No "wordcode".
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-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 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. |