diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-30 17:58:56 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-30 17:58:56 +0200 |
commit | ae1326431415a1908454e89340b08a049072fa69 (patch) | |
tree | 3cd7801fece3a755af0d2eaccca64fb3e0187c4f /doc/en | |
parent | 5a0a2cfcb99afa0199bc918d346420feb514d386 (diff) | |
download | weechat-ae1326431415a1908454e89340b08a049072fa69.zip |
Allow /unalias to remove multiple aliases (patch #6926)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/plugin_api/completions.txt | 2 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/infolists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/plugin_api/completions.txt b/doc/en/autogen/plugin_api/completions.txt index fa95b4ff6..cf01fe13c 100644 --- a/doc/en/autogen/plugin_api/completions.txt +++ b/doc/en/autogen/plugin_api/completions.txt @@ -1,7 +1,7 @@ [width="65%",cols="^1,^2,8",options="header"] |======================================== | Plugin | Name | Description -| alias | alias | list of alias +| alias | alias | list of aliases | aspell | aspell_langs | list of supported langs for aspell diff --git a/doc/en/autogen/plugin_api/infolists.txt b/doc/en/autogen/plugin_api/infolists.txt index 1b4f82cce..f0ad68c73 100644 --- a/doc/en/autogen/plugin_api/infolists.txt +++ b/doc/en/autogen/plugin_api/infolists.txt @@ -1,7 +1,7 @@ [width="65%",cols="^1,^2,8",options="header"] |======================================== | Plugin | Name | Description -| alias | alias | list of alias +| alias | alias | list of aliases | irc | irc_channel | list of channels for an IRC server |