summaryrefslogtreecommitdiff
path: root/doc/en/weechat_plugin_api.en.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-04-17 08:56:17 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-04-17 08:56:17 +0200
commit477e9a609cd7e9eaf2106d085d0bd42172bb0c62 (patch)
tree3d084c045a332fd03f96fe4caad983f572514536 /doc/en/weechat_plugin_api.en.txt
parent6c26bc79d923b496b9e313f547d310b179713927 (diff)
downloadweechat-477e9a609cd7e9eaf2106d085d0bd42172bb0c62.zip
doc: fix return value of function "color" in 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 694bd87d1..19eb6f48a 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -6153,7 +6153,7 @@ Examples:
Return value:
-* string with color code, or a "reset color" code if color is not found
+* string with color code, or an empty string if color is not found
C example: