zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Fix a typo in one of the matcher-list examples
@ 2009-10-14 22:03 Holger Weiss
  0 siblings, 0 replies; only message in thread
From: Holger Weiss @ 2009-10-14 22:03 UTC (permalink / raw)
  To: Zsh Workers

s/a-Z/a-z/

---
 Doc/Zsh/compsys.yo |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 96a5f76..22ed88d 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
-- 
Holger


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-14 22:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-14 22:03 [PATCH] Fix a typo in one of the matcher-list examples Holger Weiss

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).