diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-06-08 13:58:40 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-06-08 13:58:40 +0000 |
commit | f1d2fddeca5388c2d6009cc5488cb431e11387b2 (patch) | |
tree | fefa3c4a8c899c2181185fe2981939a38897453b /Doc/Zsh | |
parent | 3d9619e5466c1523de3b33145d6770eb254be2e3 (diff) | |
download | zsh-f1d2fddeca5388c2d6009cc5488cb431e11387b2.tar.gz zsh-f1d2fddeca5388c2d6009cc5488cb431e11387b2.tar.xz zsh-f1d2fddeca5388c2d6009cc5488cb431e11387b2.zip |
23537: make style list a hash table
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/mod_zutil.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_zutil.yo b/Doc/Zsh/mod_zutil.yo index 659b4aff7..d3699b158 100644 --- a/Doc/Zsh/mod_zutil.yo +++ b/Doc/Zsh/mod_zutil.yo @@ -30,7 +30,8 @@ simple strings are considered to be more specific than patterns and complex patterns are considered to be more specific than the pattern `tt(*)'. -The first form (without arguments) lists the definitions in the order +The first form (without arguments) lists the definitions. Styles +are shown in alphabetic order and patterns are shown in the order tt(zstyle) will test them. If the tt(-L) option is given, listing is done in the form of calls to |