diff options
Diffstat (limited to 'doc/pl/weechat_user.pl.adoc')
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index 0a5eab311..9abb6e6f6 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -2244,7 +2244,7 @@ For example to disable any highlight on messages with a word beginning with "flash" between chevrons: ---- -/set weechat.look.highlight_regex "<flash.*>" +/set weechat.look.highlight_disable_regex "<flash.*>" ---- This can also be set with the buffer property "highlight_disable_regex". |