1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-27 02:16:22 +02:00

After clarification from D. Korn, remove incorrect remark about autoloading.

This commit is contained in:
Bart Schaefer 2001-08-19 05:04:16 +00:00
parent 87ca460fe5
commit 62451960a0

View File

@ -54,7 +54,3 @@ 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.
Autoloading should work more like "source" when kshautoload is active.
In particular, aliases defined in the autoloaded file should be expanded
when referenced later in the same file (even when using "autoload -U").