diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-07 18:38:47 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-07 18:38:47 +0100 |
commit | d41e202d76ad56983ec29fd02015f1b09309f447 (patch) | |
tree | 5b2745a17ee974fe7bb53d06e336c42f1aea98e1 /doc/en/weechat_plugin_api.en.txt | |
parent | ef71f59b2e3add3a93a37c51abc17decedb26697 (diff) | |
download | weechat-d41e202d76ad56983ec29fd02015f1b09309f447.zip |
Remove unneeded spaces
Diffstat (limited to 'doc/en/weechat_plugin_api.en.txt')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index e2181bcf8..7edfa13f9 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -6984,7 +6984,7 @@ Five signals can be sent to install a script, according to language: The callback will do following actions when receiving signal: . unload and remove installed script -. move new script to directory '~/.weechat/xxx/' (where 'xxx' is language) +. move new script to directory '~/.weechat/xxx/' (where 'xxx' is language) . create link to new script in directory '~/.weechat/xxx/autoload/' . load new script |