From 5bb51a674df96749f7082ab8497086b4e4a4f6c7 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 7 Aug 2001 16:19:20 +0000 Subject: Mention FPATH semantics. --- Etc/STD-TODO | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Etc') diff --git a/Etc/STD-TODO b/Etc/STD-TODO index c6a693771..b86bd4476 100644 --- a/Etc/STD-TODO +++ b/Etc/STD-TODO @@ -46,3 +46,8 @@ that extended function semantics are allowed. variables are global in the POSIX form. (Zsh uses local dynamic scope.) - XTRACE is always local and turned off in the "function" form, unless explicitly enabled with "typeset -ft". + +Ksh automatically searches FPATH for any command not found in PATH, and +autoloads the file if found. The "autoload" command is only required if +you want FPATH to be searched before PATH, e.g. because the function has +the same name as a command in PATH. -- cgit 1.4.1