diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-07 09:36:44 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-07 09:36:44 +0200 |
commit | fad2779c17de05981fede99749899369dc71f9f9 (patch) | |
tree | 9f6960c1cce6068b94f2aa268934d8fc6911e1f2 /doc/fr/autogen/plugin_api | |
parent | c13b2ca57d035dc4cfde65a2819ccf8fca4cd3d6 (diff) | |
download | weechat-fad2779c17de05981fede99749899369dc71f9f9.zip |
doc: fix name of lists in hdata with scripts (plugin API reference)
Diffstat (limited to 'doc/fr/autogen/plugin_api')
-rw-r--r-- | doc/fr/autogen/plugin_api/hdata.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/fr/autogen/plugin_api/hdata.txt b/doc/fr/autogen/plugin_api/hdata.txt index f4b48ab37..dcda5c998 100644 --- a/doc/fr/autogen/plugin_api/hdata.txt +++ b/doc/fr/autogen/plugin_api/hdata.txt @@ -16,8 +16,8 @@ 'unloading' (integer) + 'prev_script' (pointer, hdata: 'guile_script') + 'next_script' (pointer, hdata: 'guile_script') | - '*last_script' + - '*scripts' + 'last_script' + + 'scripts' | irc | irc_channel | canal irc | 'type' (integer) + @@ -203,8 +203,8 @@ 'unloading' (integer) + 'prev_script' (pointer, hdata: 'lua_script') + 'next_script' (pointer, hdata: 'lua_script') | - '*last_script' + - '*scripts' + 'last_script' + + 'scripts' | perl | perl_script | liste des scripts | 'filename' (string) + @@ -220,8 +220,8 @@ 'unloading' (integer) + 'prev_script' (pointer, hdata: 'perl_script') + 'next_script' (pointer, hdata: 'perl_script') | - '*last_script' + - '*scripts' + 'last_script' + + 'scripts' | python | python_script | liste des scripts | 'filename' (string) + @@ -237,8 +237,8 @@ 'unloading' (integer) + 'prev_script' (pointer, hdata: 'python_script') + 'next_script' (pointer, hdata: 'python_script') | - '*last_script' + - '*scripts' + 'last_script' + + 'scripts' | ruby | ruby_script | liste des scripts | 'filename' (string) + @@ -254,8 +254,8 @@ 'unloading' (integer) + 'prev_script' (pointer, hdata: 'ruby_script') + 'next_script' (pointer, hdata: 'ruby_script') | - '*last_script' + - '*scripts' + 'last_script' + + 'scripts' | tcl | tcl_script | liste des scripts | 'filename' (string) + @@ -271,8 +271,8 @@ 'unloading' (integer) + 'prev_script' (pointer, hdata: 'tcl_script') + 'next_script' (pointer, hdata: 'tcl_script') | - '*last_script' + - '*scripts' + 'last_script' + + 'scripts' | weechat | bar | barre | 'name' (string) + |