summaryrefslogtreecommitdiff
path: root/doc/it
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
parent5440c9d91c6c14e5a122f9ac9bb09f2c252f6dc8 (diff)
downloadweechat-f701caf5bbf0b22f6b19f9cda5bd07847db4809d.zip
doc: fix styles in user guide and plugin API reference
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_plugin_api.it.adoc2
-rw-r--r--doc/it/weechat_user.it.adoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc
index b54445c31..dbdf78ca5 100644
--- a/doc/it/weechat_plugin_api.it.adoc
+++ b/doc/it/weechat_plugin_api.it.adoc
@@ -2523,7 +2523,7 @@ expanded to last):
`+${re:0}+` +
`+${re:1}+` +
`+${re:2}+` +
- `+${re:+++}+` +
+ `+${re:+}+` +
`+${re:#}+` |
`+test1 test2+` +
`+test1+` +
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
`+*+`).