From c5f12fb732cc9ee9f151dd3357cf5f3f4bb55a48 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 10 Jun 2020 13:07:52 +0000 Subject: 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.) --- Doc/Zsh/mod_zutil.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Zsh/mod_zutil.yo b/Doc/Zsh/mod_zutil.yo index 9c50e6122..41d3dfdb0 100644 --- a/Doc/Zsh/mod_zutil.yo +++ b/Doc/Zsh/mod_zutil.yo @@ -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 -- cgit 1.4.1