summaryrefslogtreecommitdiff
path: root/doc/en/weechat_plugin_api.en.txt
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-04-03 13:56:33 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-04-03 13:56:33 +0200
commit134713c6d1febc7277231665ef621092aa561c83 (patch)
tree6dccca663b79258cb680c3dc269e48b660ee91f8 /doc/en/weechat_plugin_api.en.txt
parent55e43e15f8f69b0d93adb52dc70b3b9af264a61f (diff)
downloadweechat-134713c6d1febc7277231665ef621092aa561c83.zip
doc: add value "-1" for property "hotlist" in function buffer_set (plugin API reference)
Diffstat (limited to 'doc/en/weechat_plugin_api.en.txt')
-rw-r--r--doc/en/weechat_plugin_api.en.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt
index f4ac391ee..c62b29f29 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -10451,7 +10451,7 @@ Properties:
| Name | Value | Description
| hotlist | "+", "-", WEECHAT_HOTLIST_LOW, WEECHAT_HOTLIST_MESSAGE,
- WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT |
+ WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT, "-1" |
"+": enable hotlist (global setting, buffer pointer is not used) +
"-": disable hotlist (global setting, buffer pointer is not used) +
priority: add buffer to hotlist with this priority +