diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-29 01:06:46 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-29 01:06:46 +0100 |
commit | e6a77fd301db090127890b03e7c2c5d58ef52b3d (patch) | |
tree | c266daf7e926c9eccd90595370c7a9df44715223 /doc/en/user/plugin_scripts.en.xml | |
parent | bdc869568cad61ef5b9bfa27431384e1f38c3817 (diff) | |
download | weechat-e6a77fd301db090127890b03e7c2c5d58ef52b3d.zip |
Update doc
Diffstat (limited to 'doc/en/user/plugin_scripts.en.xml')
-rw-r--r-- | doc/en/user/plugin_scripts.en.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/en/user/plugin_scripts.en.xml b/doc/en/user/plugin_scripts.en.xml index 9d094fcd3..2cb5921f9 100644 --- a/doc/en/user/plugin_scripts.en.xml +++ b/doc/en/user/plugin_scripts.en.xml @@ -54,4 +54,30 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </section> + <section id="secScriptsInfosHooked"> + <title>Infos and infolists</title> + + <para> + <informaltable colsep="0" frame="none"> + <tgroup cols="3"> + <thead> + <row> + <entry>Type</entry> + <entry>Name</entry> + <entry>Description</entry> + </row> + </thead> + <tbody> + &perl_infos.xml; + &python_infos.xml; + &ruby_infos.xml; + &lua_infos.xml; + &tcl_infos.xml; + </tbody> + </tgroup> + </informaltable> + </para> + + </section> + </section> |