summaryrefslogtreecommitdiff
path: root/doc/fr/weechat_scripting.fr.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-12-19 17:07:52 +0100
committerSébastien Helleu <flashcode@flashtux.org>2020-12-19 20:59:38 +0100
commit7e2396ade81d6778e87ef50698efce5adfb4032e (patch)
tree5ff7e2ccbed94e3434afb6ccc495efc05887d34f /doc/fr/weechat_scripting.fr.adoc
parent1526f58d7a9142a96ffbcc133893fbab07fd6007 (diff)
downloadweechat-7e2396ade81d6778e87ef50698efce5adfb4032e.zip
core: add options "setvar" and "delvar" in command /buffer, rename option "localvar" to "listvar"
The option "localvar" (introduced long time ago, in WeeChat 0.3.0) is still recognized by WeeChat, to stay compatible with any extension/script calling it (or referencing it in the documentation). It is deprecated and will be removed in a future release.
Diffstat (limited to 'doc/fr/weechat_scripting.fr.adoc')
-rw-r--r--doc/fr/weechat_scripting.fr.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/weechat_scripting.fr.adoc b/doc/fr/weechat_scripting.fr.adoc
index bb60b9acb..aceb25792 100644
--- a/doc/fr/weechat_scripting.fr.adoc
+++ b/doc/fr/weechat_scripting.fr.adoc
@@ -992,7 +992,7 @@ Pour voir les variables locales d'un tampon, exécutez cette commande dans
WeeChat :
----
-/buffer localvar
+/buffer listvar
----
[[hooks]]