about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-08-19 05:04:16 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-08-19 05:04:16 +0000
commit62451960a01a5818d99f00475b933f12f66fe0fb (patch)
tree6485310c5868e488a0e9e7ce1869159acd7fb4aa /Etc
parent87ca460fe572b748a993ef729b22dd752789030c (diff)
downloadzsh-62451960a01a5818d99f00475b933f12f66fe0fb.tar.gz
zsh-62451960a01a5818d99f00475b933f12f66fe0fb.tar.xz
zsh-62451960a01a5818d99f00475b933f12f66fe0fb.zip
After clarification from D. Korn, remove incorrect remark about autoloading.
Diffstat (limited to 'Etc')
-rw-r--r--Etc/STD-TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/Etc/STD-TODO b/Etc/STD-TODO
index b277707ab..df9ff64fd 100644
--- a/Etc/STD-TODO
+++ b/Etc/STD-TODO
@@ -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").