diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-14 17:26:37 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-14 17:26:37 +0200 |
commit | db05104f648b609ae07ea026f890c834d6942adf (patch) | |
tree | 06b51e13abbd2f97e3431c189a8e6a8a131903c6 /doc/en/weechat_relay_protocol.en.txt | |
parent | ea124f4158742810b7483bd7ff6e0a9ee59cbaeb (diff) | |
download | weechat-db05104f648b609ae07ea026f890c834d6942adf.zip |
doc: fix emphasized text in plugin API reference and relay protocol
Diffstat (limited to 'doc/en/weechat_relay_protocol.en.txt')
-rw-r--r-- | doc/en/weechat_relay_protocol.en.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/weechat_relay_protocol.en.txt b/doc/en/weechat_relay_protocol.en.txt index 14d66c9af..1c60a6d8e 100644 --- a/doc/en/weechat_relay_protocol.en.txt +++ b/doc/en/weechat_relay_protocol.en.txt @@ -310,13 +310,13 @@ Arguments: 'buffers,upgrade,buffer,nicklist' for "*" and 'buffer,nicklist' for a buffer): ** 'buffers': receive signals about buffers (opened/closed, moved, renamed, merged/unmerged, renamed); this can be used only with name "*" - (_new in version 0.4.1_) + _(new in version 0.4.1)_ ** 'upgrade': receive signals about WeeChat upgrade (upgrade, upgrade ended); this can be used only with name "*" - (_new in version 0.4.1_) + _(new in version 0.4.1)_ ** 'buffer': receive signals about buffer (new lines, type changed, title changed, local variable added/removed, and same signals as 'buffers' for the - buffer) (_updated in version 0.4.1_) + buffer) _(updated in version 0.4.1)_ ** 'nicklist': receive nicklist after changes Examples: |