From 08edecfbe212e3faee1da3d6277c6dff22e6cd6b Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 17 Jan 2000 18:30:58 +0000 Subject: manual/9331 --- Doc/Zsh/compwid.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/Zsh/compwid.yo') 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. -- cgit 1.4.1