29736: mention when zstyle -t returns 1.

This commit is contained in:
Mikael Magnusson 2011-09-06 16:13:09 +00:00
parent 7e528b4985
commit ba3ebac710
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2011-09-06 Mikael Magnusson <mikachu@gmail.com>
* 29736: Doc/Zsh/mod_zutil.yo: mention when zstyle -t returns 1.
2011-09-05 Barton E. Schaefer <schaefer@brasslantern.com>
* users/16302: Completion/Unix/Type/_path_files: pattern matching
@ -15365,5 +15369,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5453 $
* $Revision: 1.5454 $
*****************************************************

View file

@ -101,7 +101,8 @@ style is defined for at least one matching pattern, has only one string in
its value, and that is equal to one of `tt(true)', `tt(yes)', `tt(on)' or
`tt(1)'. If any var(strings) are given the status is zero if and only if
at least one of the var(strings) is equal to at least one of the strings
in the value. If the style is not defined, the status is tt(2).
in the value. If the style is defined but doesn't match, the return status
is tt(1). If the style is not defined, the status is tt(2).
The tt(-T) option tests the values of the style like tt(-t), but it
returns status zero (rather than tt(2)) if the style is not defined for any