summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-04-03 13:53:18 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-04-03 13:53:18 +0200
commit55e43e15f8f69b0d93adb52dc70b3b9af264a61f (patch)
tree1ebd40ccf9992260a1fc0d27b90a5b4f92ee01a3 /doc/en
parent220682c1bc12404f981f3ca74ce349342c3e4b9c (diff)
downloadweechat-55e43e15f8f69b0d93adb52dc70b3b9af264a61f.zip
api: allow value "-1" for property "hotlist" in function buffer_set (to remove a buffer from hotlist)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_plugin_api.en.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt
index 02706bdb0..f4ac391ee 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -10454,7 +10454,8 @@ Properties:
WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT |
"+": 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
+ priority: add buffer to hotlist with this priority +
+ "-1": remove buffer from hotlist _(WeeChat ≥ 0.4.4)_
| completion_freeze | "0", "1" |
"0": no freeze of completion (default value)