mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
unposted: zstyle docs: Fix typo.
This manifested as a trailing non-underlined ".RE" in the rendered man page. (I guess that was a man page directive, but I'm not sure how the extraneous closing parenthesis caused it to be rendered in the output.)
This commit is contained in:
parent
3df604a4be
commit
c5f12fb732
2 changed files with 5 additions and 1 deletions
|
@ -37,7 +37,7 @@ findex(weather, example function)
|
|||
|
||||
For example, a fictional `tt(weather)' plugin might state in its documentation
|
||||
that it looks up the tt(preferred-precipitation) style under the
|
||||
`tt(:weather:)var(continent)tt(:)var(day-of-the-week)tt(:)var(phase-of-the-moon))' context.
|
||||
`tt(:weather:)var(continent)tt(:)var(day-of-the-week)tt(:)var(phase-of-the-moon)' context.
|
||||
According to this, you might set the following in your tt(zshrc):
|
||||
|
||||
example(zstyle ':weather:europe:*' preferred-precipitation rain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue