about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-17 18:30:58 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-17 18:30:58 +0000
commit08edecfbe212e3faee1da3d6277c6dff22e6cd6b (patch)
tree17b326baa86799fdf3557284b6bf5b3d9e52aa56
parent63acd1060174cd9d3595abb3fe71174c595e8131 (diff)
downloadzsh-08edecfbe212e3faee1da3d6277c6dff22e6cd6b.tar.gz
zsh-08edecfbe212e3faee1da3d6277c6dff22e6cd6b.tar.xz
zsh-08edecfbe212e3faee1da3d6277c6dff22e6cd6b.zip
manual/9331
-rw-r--r--Doc/Zsh/compwid.yo2
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.