summaryrefslogtreecommitdiff
path: root/doc/fr/weechat_plugin_api.fr.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-04-26 10:28:59 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-04-26 10:29:30 +0200
commitd322389e0437f5ce68e6b7301d36068214f3db32 (patch)
tree8f3af946065dd980067a39783ac41f95a23f8077 /doc/fr/weechat_plugin_api.fr.asciidoc
parent0f333ee63018169a7e4e85d469fb3fa9c9df0ab3 (diff)
downloadweechat-d322389e0437f5ce68e6b7301d36068214f3db32.zip
core: add support of full color option name in command /eval and API function string_eval_expression()
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.asciidoc')
-rw-r--r--doc/fr/weechat_plugin_api.fr.asciidoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.asciidoc b/doc/fr/weechat_plugin_api.fr.asciidoc
index 8fdc66e24..71aac857b 100644
--- a/doc/fr/weechat_plugin_api.fr.asciidoc
+++ b/doc/fr/weechat_plugin_api.fr.asciidoc
@@ -1962,7 +1962,8 @@ première étendue à la dernière) :
`test`
| `${color:nom}` |
- Code couleur WeeChat (le nom de couleur a des attributs facultatifs) |
+ Code couleur WeeChat (le nom de couleur a des attributs facultatifs),
+ voir la fonction <<_color,weechat_color>> pour les formats supportés |
`${color:red}texte rouge` +
`${color:*214}texte orange gras` |
`texte rouge` (en rouge) +