diff options
-rw-r--r-- | Doc/Zsh/contrib.yo | 4 |
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. |