diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-08 11:32:31 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-08 11:32:31 +0200 |
commit | 38fd5bfa515bce413dbfeb5819b43a217db0feec (patch) | |
tree | e73a1b01a0dbb95d4956b8a1a0c49631712a2adb /doc/en | |
parent | ede9a96eb9709fd440b4c1d7cd6f5529cb6d45e3 (diff) | |
download | weechat-38fd5bfa515bce413dbfeb5819b43a217db0feec.zip |
core: use arguments for infolist "window" to return only one window by number
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/plugin_api/infolists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/plugin_api/infolists.txt b/doc/en/autogen/plugin_api/infolists.txt index 90f17b1dc..88534c235 100644 --- a/doc/en/autogen/plugin_api/infolists.txt +++ b/doc/en/autogen/plugin_api/infolists.txt @@ -56,7 +56,7 @@ | weechat | plugin | list of plugins | plugin pointer (optional) | plugin name (can start or end with "*" as wildcard) (optional) -| weechat | window | list of windows | window pointer (optional) | window name (can start or end with "*" as wildcard) (optional) +| weechat | window | list of windows | window pointer (optional) | "current" for current window or a window number (optional) | xfer | xfer | list of xfer | xfer pointer (optional) | - |