diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2011-04-21 21:36:33 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2011-04-21 21:36:33 +0000 |
commit | c316ec1958809a4c971454a8350aa5f71328b12b (patch) | |
tree | b69871b5e703a2f8050b1c63da46d258b40f3224 /INSTALL | |
parent | 2b9f9b59e2380d176eb026b1a90073abb21a2533 (diff) | |
download | zsh-c316ec1958809a4c971454a8350aa5f71328b12b.tar.gz zsh-c316ec1958809a4c971454a8350aa5f71328b12b.tar.xz zsh-c316ec1958809a4c971454a8350aa5f71328b12b.zip |
unposted: INSTALL: Clarify at which point directories from --enable-additional-fpath are added to $fpath.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL index fe03c8de0..f4b09e06a 100644 --- a/INSTALL +++ b/INSTALL @@ -476,7 +476,9 @@ The --enable-additional-fpath option may be used to add arbitrary directories to the shell's default $fpath array. This may be useful to have vendor specific function directories available for vendor specific addons. You may add more than one directory this way by listing them with -the option separated by commas. +the option separated by commas. The additional directories will be added +after the site specific directory (--enable-site-fndir) in the same order +in which they are supplied. Function depth -------------- |