about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-09-15 15:32:25 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-09-15 15:32:25 +0000
commit73e23c7999196642fcf3448013b4e37b03044e8c (patch)
tree724fa04a01012149c66b33ee46f493d33191a3f9
parent6dee55ed9c88c4d819b0e24bf9bd56678a6d8b89 (diff)
downloadzsh-73e23c7999196642fcf3448013b4e37b03044e8c.tar.gz
zsh-73e23c7999196642fcf3448013b4e37b03044e8c.tar.xz
zsh-73e23c7999196642fcf3448013b4e37b03044e8c.zip
One more "wordcode" change.
-rw-r--r--Doc/Zsh/contrib.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 95fc20eca..91f252f51 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -119,9 +119,9 @@ example(zrecompile -p \
            ~/zsh/comp.zwc ~/zsh/Completion/*/_*)
 
 This compiles tt(~/.zshrc) into tt(~/.zshrc.zwc) if that doesn't exist or
-if it is older than tt(~/.zshrc). The wordcode file will be marked for
+if it is older than tt(~/.zshrc). The compiled file will be marked for
 reading instead of mapping. The same is done for tt(~/.zcompdump) and
-tt(~/.zcompdump.zwc), but this wordcode file is marked for mapping. The
+tt(~/.zcompdump.zwc), but this compiled file is marked for mapping. The
 last line re-creates the file tt(~/zsh/comp.zwc) if any of the files
 matching the given pattern is newer than it.