summaryrefslogtreecommitdiff
path: root/doc/pl/weechat_user.pl.adoc
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2022-11-02 22:31:54 +0100
committerSébastien Helleu <flashcode@flashtux.org>2022-11-05 21:37:25 +0100
commit03899e5ea5ed408d334c203ff535d02d1a8b5b4a (patch)
tree98ff1023926ccd6392038808ede68de68e7c2ed8 /doc/pl/weechat_user.pl.adoc
parenta70c626c118db845ffa25f799b5ff39451b4d374 (diff)
downloadweechat-03899e5ea5ed408d334c203ff535d02d1a8b5b4a.zip
doc: Fix typo in highlight_disable_regex option name
The section describes highlight_disable_regex, but the example used highlight_regex instead.
Diffstat (limited to 'doc/pl/weechat_user.pl.adoc')
-rw-r--r--doc/pl/weechat_user.pl.adoc2
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".