about summary refs log tree commit diff
path: root/Completion/Core/_match
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-01 13:54:11 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-01 13:54:11 +0000
commit84337f60f4fa3c22a27b1c4313837b5a6cb75183 (patch)
treebdfb7ee22bfa86608eef87ccbcf7644f09c98b4f /Completion/Core/_match
parent4bd2389dbf128d5ab73ca3824a1bb99d3b468ff8 (diff)
downloadzsh-84337f60f4fa3c22a27b1c4313837b5a6cb75183.tar.gz
zsh-84337f60f4fa3c22a27b1c4313837b5a6cb75183.tar.xz
zsh-84337f60f4fa3c22a27b1c4313837b5a6cb75183.zip
zsh-workers/9502
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 f482b11e5..b7075b715 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: `zstyle "*" completer _complete _match'.
+# completer as in: `zstyle ":completion:*" completer _complete _match'.
 # It temporarily switches on pattern matching, allowing you to try 
 # completion on patterns without having to setopt glob_complete.
 #