about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-10-18 19:47:29 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-10-18 19:47:29 +0000
commita252b6110d84fd64d72be435b9370e0f241a1128 (patch)
treea0434df59a17b8b5591c620dc4cfc6bffd61c97c /Doc/Zsh/compsys.yo
parent8ed0fad414daa81c7f7232139e3022b46106437f (diff)
downloadzsh-a252b6110d84fd64d72be435b9370e0f241a1128.tar.gz
zsh-a252b6110d84fd64d72be435b9370e0f241a1128.tar.xz
zsh-a252b6110d84fd64d72be435b9370e0f241a1128.zip
Frank Terbeck: 27309: VCS_INFO doc
Holger Weiss: 27310: typo in matcher doc
Jesse Weinstein: 27310: redundant diff option
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 96a5f7657..22ed88db3 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2010,7 +2010,7 @@ specification is prefixed with tt(+), it is added to the existing list.
 Hence it is possible to create increasingly general specifications
 without repetition:
 
-example(zstyle ':completion:*' matcher-list '' '+m{a-Z}={A-Z}' '+m{A-Z}={a-z}')
+example(zstyle ':completion:*' matcher-list '' '+m{a-z}={A-Z}' '+m{A-Z}={a-z}')
 
 It is possible to create match specifications valid for particular
 completers by using the third field of the context.  For example, to