about summary refs log tree commit diff
path: root/Completion/Core/_match
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-28 17:35:22 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-28 17:35:22 +0000
commita9a69cc2d126f4b82eabcc2ec263715afbfd3d98 (patch)
tree7418061a47966e4adbb9c1ac4095ff6b2edd7dba /Completion/Core/_match
parent17ef03b99b637609286ea8fe365f90df91a577ab (diff)
downloadzsh-a9a69cc2d126f4b82eabcc2ec263715afbfd3d98.tar.gz
zsh-a9a69cc2d126f4b82eabcc2ec263715afbfd3d98.tar.xz
zsh-a9a69cc2d126f4b82eabcc2ec263715afbfd3d98.zip
zsh-workers/9463
Diffstat (limited to 'Completion/Core/_match')
-rw-r--r--Completion/Core/_match2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Core/_match b/Completion/Core/_match
index 0a9d755c4..f482b11e5 100644
--- a/Completion/Core/_match
+++ b/Completion/Core/_match
@@ -1,7 +1,7 @@
 #autoload
 
 # This is intended to be used as a completer function after the normal
-# completer as in: `compstyle "*" completer _complete _match'.
+# completer as in: `zstyle "*" completer _complete _match'.
 # It temporarily switches on pattern matching, allowing you to try 
 # completion on patterns without having to setopt glob_complete.
 #