diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/compwid.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo index d15ee98b2..8535c2c60 100644 --- a/Doc/Zsh/compwid.yo +++ b/Doc/Zsh/compwid.yo @@ -937,7 +937,7 @@ After that the shell function tt(complete-files) will be invoked after typing control-X and TAB. The function should then generate the matches, e.g.: -example(complete-filles LPAR()RPAR() { compadd - * }) +example(complete-files LPAR()RPAR() { compadd - * }) This function will complete files in the current directory matching the current word. |