From 1254055f094e2a13abc79fa8f1a708753d8ab998 Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Wed, 20 Sep 2000 06:33:29 +0000 Subject: 12842 with corrections of Bart: Doc/Zsh/contrib.yo: Clarify digest file usage. --- Doc/Zsh/contrib.yo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Doc/Zsh') diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 91f252f51..eb5f202da 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -81,7 +81,9 @@ installation to track the latest developments, you may find that function digests compiled with the tt(zcompile) builtin are frequently out of date with respect to the function source files. This is not usually a problem, because zsh always looks for the newest file when loading a function, but -it may cause slower shell startup and function loading. +it may cause slower shell startup and function loading. Also, if a digest +file is explicitly used as element of tt(fpath), zsh won't check whether +any of its source files has changed. The tt(zrecompile) autoloadable function, found in tt(Functions/Misc), can be used to keep function digests up to date. -- cgit 1.4.1