diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index facd589a5..7b62687b3 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1268,7 +1268,7 @@ item(tt(file-list))( This style controls whether files completed using the standard builtin mechanism are to be listed with a long list similar to tt(ls -l) (although note that this feature actually uses the shell module -tt(zsh/stat) for file information; this lods the builtin tt(stat) +tt(zsh/stat) for file information; this loads the builtin tt(stat) which will replace any external tt(stat) executable). The style may either be set to a true value (or `tt(all)'), or |