From 097e2d70cdd55b8f8dba9c6724564f78e45529cc Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 2 Mar 2000 10:05:55 +0000 Subject: zsh-workers/9966 --- Doc/Zsh/func.yo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Doc/Zsh/func.yo') diff --git a/Doc/Zsh/func.yo b/Doc/Zsh/func.yo index 43c063f8c..520af7ec6 100644 --- a/Doc/Zsh/func.yo +++ b/Doc/Zsh/func.yo @@ -52,7 +52,9 @@ example(fpath=(~/myfuncs $fpath) autoload myfunc1 myfunc2 ...) The elements of the tt(fpath) array may also name wordcode files -directly. This is mostly useful for wordcode files containing multiple +directly. The names of these files must have the tt(.zwc) extension +but in tt(fpath) the names may be given with or without it. This is +mostly useful for wordcode files containing multiple functions, in which case the file is treated like a directory containing files for functions and will be searched for the definition of the function. -- cgit 1.4.1