summaryrefslogtreecommitdiff
path: root/doc/it/weechat_user.it.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-04-11 20:56:35 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-04-11 20:56:35 +0200
commitf701caf5bbf0b22f6b19f9cda5bd07847db4809d (patch)
treea2ef3064bdfeb535419494bd6819fa5eb2359c5f /doc/it/weechat_user.it.adoc
parent5440c9d91c6c14e5a122f9ac9bb09f2c252f6dc8 (diff)
downloadweechat-f701caf5bbf0b22f6b19f9cda5bd07847db4809d.zip
doc: fix styles in user guide and plugin API reference
Diffstat (limited to 'doc/it/weechat_user.it.adoc')
-rw-r--r--doc/it/weechat_user.it.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc
index 478b42206..549a37979 100644
--- a/doc/it/weechat_user.it.adoc
+++ b/doc/it/weechat_user.it.adoc
@@ -4059,7 +4059,7 @@ Matching groups can be used in "replace":
* `+${re:0}+` to `+${re:99}+`: `+${re:0}+` is the whole match, `+${re:1}+` to
`+${re:99}+` are groups captured
-* `+${re:+++}+`: the last match (with highest number)
+* `+${re:+}+`: the last match (with highest number)
* `+${hide:c,${re:N}}+`: match "N" with all chars replaced by "c"
(example: `+${hide:*,${re:2}}+` is the group #2 with all chars replaced by
`+*+`).