From 0063d9314c79b2dece8027d6704eb5ee677c40d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 28 Mar 2016 13:15:53 +0200 Subject: [PATCH] doc: fix name of function in unhook_all prototype (plugin API reference) --- doc/en/weechat_plugin_api.en.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/weechat_plugin_api.en.asciidoc b/doc/en/weechat_plugin_api.en.asciidoc index bb12f4d73..5590cca96 100644 --- a/doc/en/weechat_plugin_api.en.asciidoc +++ b/doc/en/weechat_plugin_api.en.asciidoc @@ -10490,7 +10490,7 @@ Prototype: [source,C] ---- -void weechat_unhook_all_plugin (const char *subplugin); +void weechat_unhook_all (const char *subplugin); ---- Arguments: